Shades of Maroon #6F0E08
Tints of Maroon #6F0E08
RGB
CMYK
RGB Variations
Color information
#6F0E08 (or 0x6F0E08) is known color: Maroon. HEX triplet: 6F, 0E and 08. RGB value is (111,14,8). Sum of RGB (Red+Green+Blue) = 111+14+8=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E08 is #90F1F7. Grayscale: #2A2A2A. Windows color (decimal): -9499128 or 527983. OLE color: 527983.
HSL color Cylindrical-coordinate representation of color #6F0E08: hue angle of 3.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0E08 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 8 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.56 |
| HSL | 3.5º | 0.87% | 0.23% | - |
| HSV(B) | 3.5º | 0.93% | 0.44% | - |
| XYZ | 6.76 | 3.71 | 0.59 | - |
| YUV | 42.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 8 | 0 | 0.87 | 0.93 | 0.56 | 3.5 | 0.87 | 0.23 |
| Hex | 6F | E | 8 | 0 | 57 | 5D | 38 | 3 | 57 | 17 |
| Octal | 157 | 16 | 10 | 0 | 127 | 135 | 70 | 3 | 127 | 27 |
| Binary | 1101111 | 1110 | 1000 | 0 | 1010111 | 1011101 | 111000 | 11 | 1010111 | 10111 |
Color Harmonies of #6F0E08
Complementary color
Monochromatic Colors of #6F0E08
Black with #6F0E08
Text Example
Text Example
White with #6F0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E08; }
p { color: rgb(111,14,8); }
H1.HeaderClassName
{
color: #6F0E08;
}
.AnyTagClassName
{
color: #6F0E08;
}
</style>
background-color css
<style>
a { background-color: #6F0E08; }
a { background-color: rgb(111,14,8); }
div.DivClassName
{
background-color: #6F0E08;
}
.BgClassName
{
background-color: #6F0E08;
}
</style>
border-color css
<style>
span { border-color: #6F0E08; }
span { border-color: rgb(111,14,8); }
td.TdClassName
{
border-color: #6F0E08;
}
.TagClassName
{
border-color: #6F0E08;
}
</style>