#66330F
A dark, vivid orange closely aligning with Saddlebrown.
About #66330F
The precise color #66330F is an excellent choice for modern design projects. 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, 51, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 50% Magenta, 85% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66330F
RGB102, 51, 15
HSL24.8°, 74.4%, 22.9%
CMYK0%, 50%, 85%, 60%
HSV24.8°, 85.3%, 40.0%
LAB27.4, 20.1, 31.5
XYZ6.7, 5.2, 1.1
Decimal6697743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.27:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.81:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66330F;
}
.text-color {
color: #66330F;
}
.border-color {
border: 2px solid #66330F;
}