Shades of Auburn #6F2624
Tints of Auburn #6F2624
RGB
CMYK
RGB Variations
Color information
#6F2624 (or 0x6F2624) is known color: Auburn. HEX triplet: 6F, 26 and 24. RGB value is (111,38,36). Sum of RGB (Red+Green+Blue) = 111+38+36=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2624 is #90D9DB. Grayscale: #3B3B3B. Windows color (decimal): -9492956 or 2369135. OLE color: 2369135.
HSL color Cylindrical-coordinate representation of color #6F2624: hue angle of 1.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2624 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 36 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.56 |
| HSL | 1.6º | 0.51% | 0.29% | - |
| HSV(B) | 1.6º | 0.68% | 0.44% | - |
| XYZ | 7.57 | 4.89 | 2.21 | - |
| YUV | 59.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 36 | 0 | 0.66 | 0.68 | 0.56 | 1.6 | 0.51 | 0.29 |
| Hex | 6F | 26 | 24 | 0 | 42 | 44 | 38 | 2 | 33 | 1D |
| Octal | 157 | 46 | 44 | 0 | 102 | 104 | 70 | 2 | 63 | 35 |
| Binary | 1101111 | 100110 | 100100 | 0 | 1000010 | 1000100 | 111000 | 10 | 110011 | 11101 |
Color Harmonies of #6F2624
Complementary color
Monochromatic Colors of #6F2624
Black with #6F2624
Text Example
Text Example
White with #6F2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2624; }
p { color: rgb(111,38,36); }
H1.HeaderClassName
{
color: #6F2624;
}
.AnyTagClassName
{
color: #6F2624;
}
</style>
background-color css
<style>
a { background-color: #6F2624; }
a { background-color: rgb(111,38,36); }
div.DivClassName
{
background-color: #6F2624;
}
.BgClassName
{
background-color: #6F2624;
}
</style>
border-color css
<style>
span { border-color: #6F2624; }
span { border-color: rgb(111,38,36); }
td.TdClassName
{
border-color: #6F2624;
}
.TagClassName
{
border-color: #6F2624;
}
</style>