#996D33
A medium, moderate orange closely aligning with Peru.
About #996D33
When working with digital screens, the color #996D33 is rendered by mixing light. Its closest recognized web color is Peru. This translates to an RGB value of rgb(153, 109, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 29% Magenta, 67% Yellow, and 40% Black. With a hue angle of 34.1 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#996D33
RGB153, 109, 51
HSL34.1°, 50.0%, 40.0%
CMYK0%, 29%, 67%, 40%
HSV34.1°, 66.7%, 60.0%
LAB49.4, 11.3, 38.5
XYZ19.2, 17.9, 5.6
Decimal10054963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #996D33;
}
.text-color {
color: #996D33;
}
.border-color {
border: 2px solid #996D33;
}