#99837C
A medium, muted red closely aligning with Gray.
About #99837C
At its core, #99837C is a medium and muted hue. If you're using CSS, you might find it aligns closely with Gray. In the RGB color space, it consists of 153 red, 131 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 19% Yellow, and 40% Black. With a hue angle of 14.5 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99837C
RGB153, 131, 124
HSL14.5°, 12.4%, 54.3%
CMYK0%, 14%, 19%, 40%
HSV14.5°, 19.0%, 60.0%
LAB56.5, 7.2, 6.9
XYZ24.9, 24.5, 22.5
Decimal10060668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99837C;
}
.text-color {
color: #99837C;
}
.border-color {
border: 2px solid #99837C;
}