Shades of Auburn #6F231E
Tints of Auburn #6F231E
RGB
CMYK
RGB Variations
Color information
#6F231E (or 0x6F231E) is known color: Auburn. HEX triplet: 6F, 23 and 1E. RGB value is (111,35,30). Sum of RGB (Red+Green+Blue) = 111+35+30=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231E is #90DCE1. Grayscale: #393939. Windows color (decimal): -9493730 or 1975151. OLE color: 1975151.
HSL color Cylindrical-coordinate representation of color #6F231E: hue angle of 3.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F231E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 30 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.56 |
| HSL | 3.7º | 0.57% | 0.28% | - |
| HSV(B) | 3.7º | 0.73% | 0.44% | - |
| XYZ | 7.39 | 4.68 | 1.74 | - |
| YUV | 57.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 30 | 0 | 0.68 | 0.73 | 0.56 | 3.7 | 0.57 | 0.28 |
| Hex | 6F | 23 | 1E | 0 | 44 | 49 | 38 | 4 | 39 | 1C |
| Octal | 157 | 43 | 36 | 0 | 104 | 111 | 70 | 4 | 71 | 34 |
| Binary | 1101111 | 100011 | 11110 | 0 | 1000100 | 1001001 | 111000 | 100 | 111001 | 11100 |
Color Harmonies of #6F231E
Complementary color
Monochromatic Colors of #6F231E
Black with #6F231E
Text Example
Text Example
White with #6F231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F231E; }
p { color: rgb(111,35,30); }
H1.HeaderClassName
{
color: #6F231E;
}
.AnyTagClassName
{
color: #6F231E;
}
</style>
background-color css
<style>
a { background-color: #6F231E; }
a { background-color: rgb(111,35,30); }
div.DivClassName
{
background-color: #6F231E;
}
.BgClassName
{
background-color: #6F231E;
}
</style>
border-color css
<style>
span { border-color: #6F231E; }
span { border-color: rgb(111,35,30); }
td.TdClassName
{
border-color: #6F231E;
}
.TagClassName
{
border-color: #6F231E;
}
</style>