Shades of Auburn #6F241D
Tints of Auburn #6F241D
RGB
CMYK
RGB Variations
Color information
#6F241D (or 0x6F241D) is known color: Auburn. HEX triplet: 6F, 24 and 1D. RGB value is (111,36,29). Sum of RGB (Red+Green+Blue) = 111+36+29=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F241D is #90DBE2. Grayscale: #393939. Windows color (decimal): -9493475 or 1909871. OLE color: 1909871.
HSL color Cylindrical-coordinate representation of color #6F241D: hue angle of 5.12º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F241D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 29 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.56 |
| HSL | 5.12º | 0.59% | 0.27% | - |
| HSV(B) | 5.12º | 0.74% | 0.44% | - |
| XYZ | 7.41 | 4.73 | 1.68 | - |
| YUV | 57.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 29 | 0 | 0.68 | 0.74 | 0.56 | 5.12 | 0.59 | 0.27 |
| Hex | 6F | 24 | 1D | 0 | 44 | 4A | 38 | 5 | 3B | 1B |
| Octal | 157 | 44 | 35 | 0 | 104 | 112 | 70 | 5 | 73 | 33 |
| Binary | 1101111 | 100100 | 11101 | 0 | 1000100 | 1001010 | 111000 | 101 | 111011 | 11011 |
Color Harmonies of #6F241D
Complementary color
Monochromatic Colors of #6F241D
Black with #6F241D
Text Example
Text Example
White with #6F241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F241D; }
p { color: rgb(111,36,29); }
H1.HeaderClassName
{
color: #6F241D;
}
.AnyTagClassName
{
color: #6F241D;
}
</style>
background-color css
<style>
a { background-color: #6F241D; }
a { background-color: rgb(111,36,29); }
div.DivClassName
{
background-color: #6F241D;
}
.BgClassName
{
background-color: #6F241D;
}
</style>
border-color css
<style>
span { border-color: #6F241D; }
span { border-color: rgb(111,36,29); }
td.TdClassName
{
border-color: #6F241D;
}
.TagClassName
{
border-color: #6F241D;
}
</style>