Shades of Maroon #6D0806
Tints of Maroon #6D0806
RGB
CMYK
RGB Variations
Color information
#6D0806 (or 0x6D0806) is known color: Maroon. HEX triplet: 6D, 08 and 06. RGB value is (109,8,6). Sum of RGB (Red+Green+Blue) = 109+8+6=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0806 is #92F7F9. Grayscale: #262626. Windows color (decimal): -9631738 or 395373. OLE color: 395373.
HSL color Cylindrical-coordinate representation of color #6D0806: hue angle of 1.17º 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 #6D0806 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 6 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.57 |
| HSL | 1.17º | 0.9% | 0.23% | - |
| HSV(B) | 1.17º | 0.94% | 0.43% | - |
| XYZ | 6.43 | 3.44 | 0.5 | - |
| YUV | 37.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 6 | 0 | 0.93 | 0.94 | 0.57 | 1.17 | 0.9 | 0.23 |
| Hex | 6D | 8 | 6 | 0 | 5D | 5E | 39 | 1 | 5A | 17 |
| Octal | 155 | 10 | 6 | 0 | 135 | 136 | 71 | 1 | 132 | 27 |
| Binary | 1101101 | 1000 | 110 | 0 | 1011101 | 1011110 | 111001 | 1 | 1011010 | 10111 |
Color Harmonies of #6D0806
Complementary color
Monochromatic Colors of #6D0806
Black with #6D0806
Text Example
Text Example
White with #6D0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0806; }
p { color: rgb(109,8,6); }
H1.HeaderClassName
{
color: #6D0806;
}
.AnyTagClassName
{
color: #6D0806;
}
</style>
background-color css
<style>
a { background-color: #6D0806; }
a { background-color: rgb(109,8,6); }
div.DivClassName
{
background-color: #6D0806;
}
.BgClassName
{
background-color: #6D0806;
}
</style>
border-color css
<style>
span { border-color: #6D0806; }
span { border-color: rgb(109,8,6); }
td.TdClassName
{
border-color: #6D0806;
}
.TagClassName
{
border-color: #6D0806;
}
</style>