Shades of Auburn #6F2623
Tints of Auburn #6F2623
RGB
CMYK
RGB Variations
Color information
#6F2623 (or 0x6F2623) is known color: Auburn. HEX triplet: 6F, 26 and 23. RGB value is (111,38,35). Sum of RGB (Red+Green+Blue) = 111+38+35=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2623 is #90D9DC. Grayscale: #3B3B3B. Windows color (decimal): -9492957 or 2303599. OLE color: 2303599.
HSL color Cylindrical-coordinate representation of color #6F2623: hue angle of 2.37º degrees, saturation: 0.52, 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 #6F2623 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 35 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.56 |
| HSL | 2.37º | 0.52% | 0.29% | - |
| HSV(B) | 2.37º | 0.68% | 0.44% | - |
| XYZ | 7.55 | 4.89 | 2.14 | - |
| YUV | 59.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 35 | 0 | 0.66 | 0.68 | 0.56 | 2.37 | 0.52 | 0.29 |
| Hex | 6F | 26 | 23 | 0 | 42 | 44 | 38 | 2 | 34 | 1D |
| Octal | 157 | 46 | 43 | 0 | 102 | 104 | 70 | 2 | 64 | 35 |
| Binary | 1101111 | 100110 | 100011 | 0 | 1000010 | 1000100 | 111000 | 10 | 110100 | 11101 |
Color Harmonies of #6F2623
Complementary color
Monochromatic Colors of #6F2623
Black with #6F2623
Text Example
Text Example
White with #6F2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2623; }
p { color: rgb(111,38,35); }
H1.HeaderClassName
{
color: #6F2623;
}
.AnyTagClassName
{
color: #6F2623;
}
</style>
background-color css
<style>
a { background-color: #6F2623; }
a { background-color: rgb(111,38,35); }
div.DivClassName
{
background-color: #6F2623;
}
.BgClassName
{
background-color: #6F2623;
}
</style>
border-color css
<style>
span { border-color: #6F2623; }
span { border-color: rgb(111,38,35); }
td.TdClassName
{
border-color: #6F2623;
}
.TagClassName
{
border-color: #6F2623;
}
</style>