#66501D
A dark, moderate orange closely aligning with Darkolivegreen.
About #66501D
When working with digital screens, the color #66501D is rendered by mixing light. Designers often compare it to the standard color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 80, and 29.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 22% Magenta, 72% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#66501D
RGB102, 80, 29
HSL41.9°, 55.7%, 25.7%
CMYK0%, 22%, 72%, 60%
HSV41.9°, 71.6%, 40.0%
LAB35.3, 3.1, 32.5
XYZ8.6, 8.7, 2.4
Decimal6705181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66501D;
}
.text-color {
color: #66501D;
}
.border-color {
border: 2px solid #66501D;
}