Shades of Maroon #6F0806
Tints of Maroon #6F0806
RGB
CMYK
RGB Variations
Color information
#6F0806 (or 0x6F0806) is known color: Maroon. HEX triplet: 6F, 08 and 06. RGB value is (111,8,6). Sum of RGB (Red+Green+Blue) = 111+8+6=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0806 is #90F7F9. Grayscale: #262626. Windows color (decimal): -9500666 or 395375. OLE color: 395375.
HSL color Cylindrical-coordinate representation of color #6F0806: hue angle of 1.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0806 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 6 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.56 |
| HSL | 1.14º | 0.9% | 0.23% | - |
| HSV(B) | 1.14º | 0.95% | 0.44% | - |
| XYZ | 6.68 | 3.57 | 0.51 | - |
| YUV | 38.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 6 | 0 | 0.93 | 0.95 | 0.56 | 1.14 | 0.9 | 0.23 |
| Hex | 6F | 8 | 6 | 0 | 5D | 5F | 38 | 1 | 5A | 17 |
| Octal | 157 | 10 | 6 | 0 | 135 | 137 | 70 | 1 | 132 | 27 |
| Binary | 1101111 | 1000 | 110 | 0 | 1011101 | 1011111 | 111000 | 1 | 1011010 | 10111 |
Color Harmonies of #6F0806
Complementary color
Monochromatic Colors of #6F0806
Black with #6F0806
Text Example
Text Example
White with #6F0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0806; }
p { color: rgb(111,8,6); }
H1.HeaderClassName
{
color: #6F0806;
}
.AnyTagClassName
{
color: #6F0806;
}
</style>
background-color css
<style>
a { background-color: #6F0806; }
a { background-color: rgb(111,8,6); }
div.DivClassName
{
background-color: #6F0806;
}
.BgClassName
{
background-color: #6F0806;
}
</style>
border-color css
<style>
span { border-color: #6F0806; }
span { border-color: rgb(111,8,6); }
td.TdClassName
{
border-color: #6F0806;
}
.TagClassName
{
border-color: #6F0806;
}
</style>