#664950
A dark, muted red closely aligning with Dimgray.
About #664950
Visually, #664950 is defined as a muted red. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 73, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 28% M, 22% Y, and 60% K. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#664950
RGB102, 73, 80
HSL345.5°, 16.6%, 34.3%
CMYK0%, 28%, 22%, 60%
HSV345.5°, 28.4%, 40.0%
LAB34.3, 13.5, 0.7
XYZ9.3, 8.2, 8.7
Decimal6703440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.97:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.62:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664950;
}
.text-color {
color: #664950;
}
.border-color {
border: 2px solid #664950;
}