Shades of Maroon #6F0B00
Tints of Maroon #6F0B00
RGB
CMYK
RGB Variations
Color information
#6F0B00 (or 0x6F0B00) is known color: Maroon. HEX triplet: 6F, 0B and 00. RGB value is (111,11,0). Sum of RGB (Red+Green+Blue) = 111+11+0=122 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.98% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0B00 is #90F4FF. Grayscale: #272727. Windows color (decimal): -9499904 or 2927. OLE color: 2927.
HSL color Cylindrical-coordinate representation of color #6F0B00: hue angle of 5.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0B00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.56 |
| HSL | 5.95º | 1% | 0.22% | - |
| HSV(B) | 5.95º | 1% | 0.44% | - |
| XYZ | 6.68 | 3.62 | 0.35 | - |
| YUV | 39.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 0 | 0 | 0.90 | 1 | 0.56 | 5.95 | 1 | 0.22 |
| Hex | 6F | B | 0 | 0 | 5A | 64 | 38 | 6 | 64 | 16 |
| Octal | 157 | 13 | 0 | 0 | 132 | 144 | 70 | 6 | 144 | 26 |
| Binary | 1101111 | 1011 | 0 | 0 | 1011010 | 1100100 | 111000 | 110 | 1100100 | 10110 |
Color Harmonies of #6F0B00
Complementary color
Monochromatic Colors of #6F0B00
Black with #6F0B00
Text Example
Text Example
White with #6F0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B00; }
p { color: rgb(111,11,0); }
H1.HeaderClassName
{
color: #6F0B00;
}
.AnyTagClassName
{
color: #6F0B00;
}
</style>
background-color css
<style>
a { background-color: #6F0B00; }
a { background-color: rgb(111,11,0); }
div.DivClassName
{
background-color: #6F0B00;
}
.BgClassName
{
background-color: #6F0B00;
}
</style>
border-color css
<style>
span { border-color: #6F0B00; }
span { border-color: rgb(111,11,0); }
td.TdClassName
{
border-color: #6F0B00;
}
.TagClassName
{
border-color: #6F0B00;
}
</style>