#664942
A dark, muted red closely aligning with Dimgray.
About #664942
The precise color #664942 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 102 red, 73 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 28% M, 35% Y, and 60% K. With a hue angle of 11.7 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#664942
RGB102, 73, 66
HSL11.7°, 21.4%, 32.9%
CMYK0%, 28%, 35%, 60%
HSV11.7°, 35.3%, 40.0%
LAB33.9, 11.3, 9.1
XYZ8.8, 8.0, 6.2
Decimal6703426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.09:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.73:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664942;
}
.text-color {
color: #664942;
}
.border-color {
border: 2px solid #664942;
}