#66422C
A dark, moderate orange closely aligning with Saddlebrown.
About #66422C
Visually, #66422C is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 66, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 35% Magenta, 57% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66422C
RGB102, 66, 44
HSL22.8°, 39.7%, 28.6%
CMYK0%, 35%, 57%, 60%
HSV22.8°, 56.9%, 40.0%
LAB31.6, 12.9, 19.7
XYZ7.9, 6.9, 3.3
Decimal6701612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.82:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.43:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66422C;
}
.text-color {
color: #66422C;
}
.border-color {
border: 2px solid #66422C;
}