Shades of Auburn #6F2323
Tints of Auburn #6F2323
RGB
CMYK
RGB Variations
Color information
#6F2323 (or 0x6F2323) is known color: Auburn. HEX triplet: 6F, 23 and 23. RGB value is (111,35,35). Sum of RGB (Red+Green+Blue) = 111+35+35=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2323 is #90DCDC. Grayscale: #393939. Windows color (decimal): -9493725 or 2302831. OLE color: 2302831.
HSL color Cylindrical-coordinate representation of color #6F2323: hue angle of 0º 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 #6F2323 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 35 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.56 |
| HSL | 0º | 0.52% | 0.29% | - |
| HSV(B) | 0º | 0.68% | 0.44% | - |
| XYZ | 7.46 | 4.7 | 2.1 | - |
| YUV | 57.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 35 | 0 | 0.68 | 0.68 | 0.56 | 0 | 0.52 | 0.29 |
| Hex | 6F | 23 | 23 | 0 | 44 | 44 | 38 | 0 | 34 | 1D |
| Octal | 157 | 43 | 43 | 0 | 104 | 104 | 70 | 0 | 64 | 35 |
| Binary | 1101111 | 100011 | 100011 | 0 | 1000100 | 1000100 | 111000 | 0 | 110100 | 11101 |
Color Harmonies of #6F2323
Complementary color
Monochromatic Colors of #6F2323
Black with #6F2323
Text Example
Text Example
White with #6F2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2323; }
p { color: rgb(111,35,35); }
H1.HeaderClassName
{
color: #6F2323;
}
.AnyTagClassName
{
color: #6F2323;
}
</style>
background-color css
<style>
a { background-color: #6F2323; }
a { background-color: rgb(111,35,35); }
div.DivClassName
{
background-color: #6F2323;
}
.BgClassName
{
background-color: #6F2323;
}
</style>
border-color css
<style>
span { border-color: #6F2323; }
span { border-color: rgb(111,35,35); }
td.TdClassName
{
border-color: #6F2323;
}
.TagClassName
{
border-color: #6F2323;
}
</style>