#66332C
A dark, moderate red closely aligning with Sienna.
About #66332C
At its core, #66332C is a dark and moderate hue. Designers often compare it to the standard color Sienna. This translates to an RGB value of rgb(102, 51, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 57% Y, and 60% K. With a hue angle of 7.2 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66332C
RGB102, 51, 44
HSL7.2°, 39.7%, 28.6%
CMYK0%, 50%, 57%, 60%
HSV7.2°, 56.9%, 40.0%
LAB27.8, 22.1, 14.8
XYZ7.1, 5.4, 3.0
Decimal6697772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.12:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.67:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66332C;
}
.text-color {
color: #66332C;
}
.border-color {
border: 2px solid #66332C;
}