Shades of Maroon #6D0E06
Tints of Maroon #6D0E06
RGB
CMYK
RGB Variations
Color information
#6D0E06 (or 0x6D0E06) is known color: Maroon. HEX triplet: 6D, 0E and 06. RGB value is (109,14,6). Sum of RGB (Red+Green+Blue) = 109+14+6=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0E06 is #92F1F9. Grayscale: #292929. Windows color (decimal): -9630202 or 396909. OLE color: 396909.
HSL color Cylindrical-coordinate representation of color #6D0E06: hue angle of 4.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0E06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 6 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.57 |
| HSL | 4.66º | 0.9% | 0.23% | - |
| HSV(B) | 4.66º | 0.94% | 0.43% | - |
| XYZ | 6.5 | 3.58 | 0.52 | - |
| YUV | 41.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 6 | 0 | 0.87 | 0.94 | 0.57 | 4.66 | 0.9 | 0.23 |
| Hex | 6D | E | 6 | 0 | 57 | 5E | 39 | 5 | 5A | 17 |
| Octal | 155 | 16 | 6 | 0 | 127 | 136 | 71 | 5 | 132 | 27 |
| Binary | 1101101 | 1110 | 110 | 0 | 1010111 | 1011110 | 111001 | 101 | 1011010 | 10111 |
Color Harmonies of #6D0E06
Complementary color
Monochromatic Colors of #6D0E06
Black with #6D0E06
Text Example
Text Example
White with #6D0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E06; }
p { color: rgb(109,14,6); }
H1.HeaderClassName
{
color: #6D0E06;
}
.AnyTagClassName
{
color: #6D0E06;
}
</style>
background-color css
<style>
a { background-color: #6D0E06; }
a { background-color: rgb(109,14,6); }
div.DivClassName
{
background-color: #6D0E06;
}
.BgClassName
{
background-color: #6D0E06;
}
</style>
border-color css
<style>
span { border-color: #6D0E06; }
span { border-color: rgb(109,14,6); }
td.TdClassName
{
border-color: #6D0E06;
}
.TagClassName
{
border-color: #6D0E06;
}
</style>