Shades of Auburn #6F2D2C
Tints of Auburn #6F2D2C
RGB
CMYK
RGB Variations
Color information
#6F2D2C (or 0x6F2D2C) is known color: Auburn. HEX triplet: 6F, 2D and 2C. RGB value is (111,45,44). Sum of RGB (Red+Green+Blue) = 111+45+44=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D2C is #90D2D3. Grayscale: #404040. Windows color (decimal): -9491156 or 2895215. OLE color: 2895215.
HSL color Cylindrical-coordinate representation of color #6F2D2C: hue angle of 0.9º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2D2C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 44 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.56 |
| HSL | 0.9º | 0.43% | 0.3% | - |
| HSV(B) | 0.9º | 0.6% | 0.44% | - |
| XYZ | 7.95 | 5.44 | 3.01 | - |
| YUV | 64.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 44 | 0 | 0.59 | 0.60 | 0.56 | 0.9 | 0.43 | 0.3 |
| Hex | 6F | 2D | 2C | 0 | 3B | 3C | 38 | 1 | 2B | 1E |
| Octal | 157 | 55 | 54 | 0 | 73 | 74 | 70 | 1 | 53 | 36 |
| Binary | 1101111 | 101101 | 101100 | 0 | 111011 | 111100 | 111000 | 1 | 101011 | 11110 |
Color Harmonies of #6F2D2C
Complementary color
Monochromatic Colors of #6F2D2C
Black with #6F2D2C
Text Example
Text Example
White with #6F2D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D2C; }
p { color: rgb(111,45,44); }
H1.HeaderClassName
{
color: #6F2D2C;
}
.AnyTagClassName
{
color: #6F2D2C;
}
</style>
background-color css
<style>
a { background-color: #6F2D2C; }
a { background-color: rgb(111,45,44); }
div.DivClassName
{
background-color: #6F2D2C;
}
.BgClassName
{
background-color: #6F2D2C;
}
</style>
border-color css
<style>
span { border-color: #6F2D2C; }
span { border-color: rgb(111,45,44); }
td.TdClassName
{
border-color: #6F2D2C;
}
.TagClassName
{
border-color: #6F2D2C;
}
</style>