#66503A
A dark, muted orange closely aligning with Dimgray.
About #66503A
When working with digital screens, the color #66503A is rendered by mixing light. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 80, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 22% Magenta, 43% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66503A
RGB102, 80, 58
HSL30.0°, 27.5%, 31.4%
CMYK0%, 22%, 43%, 60%
HSV30.0°, 43.1%, 40.0%
LAB35.7, 5.9, 16.5
XYZ9.1, 8.9, 5.2
Decimal6705210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.24:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66503A;
}
.text-color {
color: #66503A;
}
.border-color {
border: 2px solid #66503A;
}