Shades of Auburn #6F2B28
Tints of Auburn #6F2B28
RGB
CMYK
RGB Variations
Color information
#6F2B28 (or 0x6F2B28) is known color: Auburn. HEX triplet: 6F, 2B and 28. RGB value is (111,43,40). Sum of RGB (Red+Green+Blue) = 111+43+40=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B28 is #90D4D7. Grayscale: #3F3F3F. Windows color (decimal): -9491672 or 2632559. OLE color: 2632559.
HSL color Cylindrical-coordinate representation of color #6F2B28: hue angle of 2.54º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2B28 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 40 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.56 |
| HSL | 2.54º | 0.47% | 0.3% | - |
| HSV(B) | 2.54º | 0.64% | 0.44% | - |
| XYZ | 7.8 | 5.26 | 2.61 | - |
| YUV | 62.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 40 | 0 | 0.61 | 0.64 | 0.56 | 2.54 | 0.47 | 0.3 |
| Hex | 6F | 2B | 28 | 0 | 3D | 40 | 38 | 3 | 2F | 1E |
| Octal | 157 | 53 | 50 | 0 | 75 | 100 | 70 | 3 | 57 | 36 |
| Binary | 1101111 | 101011 | 101000 | 0 | 111101 | 1000000 | 111000 | 11 | 101111 | 11110 |
Color Harmonies of #6F2B28
Complementary color
Monochromatic Colors of #6F2B28
Black with #6F2B28
Text Example
Text Example
White with #6F2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B28; }
p { color: rgb(111,43,40); }
H1.HeaderClassName
{
color: #6F2B28;
}
.AnyTagClassName
{
color: #6F2B28;
}
</style>
background-color css
<style>
a { background-color: #6F2B28; }
a { background-color: rgb(111,43,40); }
div.DivClassName
{
background-color: #6F2B28;
}
.BgClassName
{
background-color: #6F2B28;
}
</style>
border-color css
<style>
span { border-color: #6F2B28; }
span { border-color: rgb(111,43,40); }
td.TdClassName
{
border-color: #6F2B28;
}
.TagClassName
{
border-color: #6F2B28;
}
</style>