#996D66
A medium, muted red closely aligning with Rosybrown.
About #996D66
Visually, #996D66 is defined as a muted red. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 153 parts red, 109 parts green, and 102 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 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#996D66
RGB153, 109, 102
HSL8.2°, 20.0%, 50.0%
CMYK0%, 29%, 33%, 40%
HSV8.2°, 33.3%, 60.0%
LAB50.3, 16.5, 10.9
XYZ21.0, 18.7, 15.1
Decimal10055014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #996D66;
}
.text-color {
color: #996D66;
}
.border-color {
border: 2px solid #996D66;
}