#665749
A dark, muted orange closely aligning with Dimgray.
About #665749
When working with digital screens, the color #665749 is rendered by mixing light. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 102 red, 87 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 15% Magenta, 28% Yellow, and 60% Black. With a hue angle of 29.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#665749
RGB102, 87, 73
HSL29.0°, 16.6%, 34.3%
CMYK0%, 15%, 28%, 60%
HSV29.0°, 28.4%, 40.0%
LAB38.1, 3.7, 10.4
XYZ10.1, 10.1, 7.7
Decimal6707017
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.94:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.64:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665749;
}
.text-color {
color: #665749;
}
.border-color {
border: 2px solid #665749;
}