Shades of Auburn #6F2F2A
Tints of Auburn #6F2F2A
RGB
CMYK
RGB Variations
Color information
#6F2F2A (or 0x6F2F2A) is known color: Auburn. HEX triplet: 6F, 2F and 2A. RGB value is (111,47,42). Sum of RGB (Red+Green+Blue) = 111+47+42=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F2A is #90D0D5. Grayscale: #414141. Windows color (decimal): -9490646 or 2764655. OLE color: 2764655.
HSL color Cylindrical-coordinate representation of color #6F2F2A: hue angle of 4.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2F2A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 42 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.56 |
| HSL | 4.35º | 0.45% | 0.3% | - |
| HSV(B) | 4.35º | 0.62% | 0.44% | - |
| XYZ | 7.99 | 5.58 | 2.85 | - |
| YUV | 65.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 42 | 0 | 0.58 | 0.62 | 0.56 | 4.35 | 0.45 | 0.3 |
| Hex | 6F | 2F | 2A | 0 | 3A | 3E | 38 | 4 | 2D | 1E |
| Octal | 157 | 57 | 52 | 0 | 72 | 76 | 70 | 4 | 55 | 36 |
| Binary | 1101111 | 101111 | 101010 | 0 | 111010 | 111110 | 111000 | 100 | 101101 | 11110 |
Color Harmonies of #6F2F2A
Complementary color
Monochromatic Colors of #6F2F2A
Black with #6F2F2A
Text Example
Text Example
White with #6F2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F2A; }
p { color: rgb(111,47,42); }
H1.HeaderClassName
{
color: #6F2F2A;
}
.AnyTagClassName
{
color: #6F2F2A;
}
</style>
background-color css
<style>
a { background-color: #6F2F2A; }
a { background-color: rgb(111,47,42); }
div.DivClassName
{
background-color: #6F2F2A;
}
.BgClassName
{
background-color: #6F2F2A;
}
</style>
border-color css
<style>
span { border-color: #6F2F2A; }
span { border-color: rgb(111,47,42); }
td.TdClassName
{
border-color: #6F2F2A;
}
.TagClassName
{
border-color: #6F2F2A;
}
</style>