#665042
A dark, muted orange closely aligning with Dimgray.
About #665042
The hex code #665042 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 102 red, 80 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 22% magenta, 35% yellow, and 60% black. With a hue angle of 23.3 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#665042
RGB102, 80, 66
HSL23.3°, 21.4%, 32.9%
CMYK0%, 22%, 35%, 60%
HSV23.3°, 35.3%, 40.0%
LAB35.9, 7.0, 11.8
XYZ9.3, 9.0, 6.4
Decimal6705218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.52:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.19:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665042;
}
.text-color {
color: #665042;
}
.border-color {
border: 2px solid #665042;
}