Shades of Maroon #6D0B01
Tints of Maroon #6D0B01
RGB
CMYK
RGB Variations
Color information
#6D0B01 (or 0x6D0B01) is known color: Maroon. HEX triplet: 6D, 0B and 01. RGB value is (109,11,1). Sum of RGB (Red+Green+Blue) = 109+11+1=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B01 is #92F4FE. Grayscale: #272727. Windows color (decimal): -9630975 or 68461. OLE color: 68461.
HSL color Cylindrical-coordinate representation of color #6D0B01: hue angle of 5.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0B01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.57 |
| HSL | 5.56º | 0.98% | 0.22% | - |
| HSV(B) | 5.56º | 0.99% | 0.43% | - |
| XYZ | 6.43 | 3.49 | 0.36 | - |
| YUV | 39.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 1 | 0 | 0.90 | 0.99 | 0.57 | 5.56 | 0.98 | 0.22 |
| Hex | 6D | B | 1 | 0 | 5A | 63 | 39 | 6 | 62 | 16 |
| Octal | 155 | 13 | 1 | 0 | 132 | 143 | 71 | 6 | 142 | 26 |
| Binary | 1101101 | 1011 | 1 | 0 | 1011010 | 1100011 | 111001 | 110 | 1100010 | 10110 |
Color Harmonies of #6D0B01
Complementary color
Monochromatic Colors of #6D0B01
Black with #6D0B01
Text Example
Text Example
White with #6D0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B01; }
p { color: rgb(109,11,1); }
H1.HeaderClassName
{
color: #6D0B01;
}
.AnyTagClassName
{
color: #6D0B01;
}
</style>
background-color css
<style>
a { background-color: #6D0B01; }
a { background-color: rgb(109,11,1); }
div.DivClassName
{
background-color: #6D0B01;
}
.BgClassName
{
background-color: #6D0B01;
}
</style>
border-color css
<style>
span { border-color: #6D0B01; }
span { border-color: rgb(109,11,1); }
td.TdClassName
{
border-color: #6D0B01;
}
.TagClassName
{
border-color: #6D0B01;
}
</style>