#66240F
A dark, vivid red closely aligning with Saddlebrown.
About #66240F
When working with digital screens, the color #66240F is rendered by mixing light. Its closest recognized web color is Saddlebrown. In the RGB color space, it consists of 102 red, 36 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 65% Magenta, 85% Yellow, and 60% Black. With a hue angle of 14.5 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#66240F
RGB102, 36, 15
HSL14.5°, 74.4%, 22.9%
CMYK0%, 65%, 85%, 60%
HSV14.5°, 85.3%, 40.0%
LAB24.1, 28.5, 28.3
XYZ6.2, 4.1, 0.9
Decimal6693903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.51:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.00:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66240F;
}
.text-color {
color: #66240F;
}
.border-color {
border: 2px solid #66240F;
}