Shades of Maroon #6F0B05
Tints of Maroon #6F0B05
RGB
CMYK
RGB Variations
Color information
#6F0B05 (or 0x6F0B05) is known color: Maroon. HEX triplet: 6F, 0B and 05. RGB value is (111,11,5). Sum of RGB (Red+Green+Blue) = 111+11+5=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0B05 is #90F4FA. Grayscale: #282828. Windows color (decimal): -9499899 or 330607. OLE color: 330607.
HSL color Cylindrical-coordinate representation of color #6F0B05: hue angle of 3.4º degrees, saturation: 0.91, 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 #6F0B05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 5 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.56 |
| HSL | 3.4º | 0.91% | 0.23% | - |
| HSV(B) | 3.4º | 0.95% | 0.44% | - |
| XYZ | 6.7 | 3.63 | 0.49 | - |
| YUV | 40.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 5 | 0 | 0.90 | 0.95 | 0.56 | 3.4 | 0.91 | 0.23 |
| Hex | 6F | B | 5 | 0 | 5A | 5F | 38 | 3 | 5B | 17 |
| Octal | 157 | 13 | 5 | 0 | 132 | 137 | 70 | 3 | 133 | 27 |
| Binary | 1101111 | 1011 | 101 | 0 | 1011010 | 1011111 | 111000 | 11 | 1011011 | 10111 |
Color Harmonies of #6F0B05
Complementary color
Monochromatic Colors of #6F0B05
Black with #6F0B05
Text Example
Text Example
White with #6F0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B05; }
p { color: rgb(111,11,5); }
H1.HeaderClassName
{
color: #6F0B05;
}
.AnyTagClassName
{
color: #6F0B05;
}
</style>
background-color css
<style>
a { background-color: #6F0B05; }
a { background-color: rgb(111,11,5); }
div.DivClassName
{
background-color: #6F0B05;
}
.BgClassName
{
background-color: #6F0B05;
}
</style>
border-color css
<style>
span { border-color: #6F0B05; }
span { border-color: rgb(111,11,5); }
td.TdClassName
{
border-color: #6F0B05;
}
.TagClassName
{
border-color: #6F0B05;
}
</style>