Shades of Maroon #6D0706
Tints of Maroon #6D0706
RGB
CMYK
RGB Variations
Color information
#6D0706 (or 0x6D0706) is known color: Maroon. HEX triplet: 6D, 07 and 06. RGB value is (109,7,6). Sum of RGB (Red+Green+Blue) = 109+7+6=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0706 is #92F8F9. Grayscale: #252525. Windows color (decimal): -9631994 or 395117. OLE color: 395117.
HSL color Cylindrical-coordinate representation of color #6D0706: hue angle of 0.58º 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 #6D0706 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 6 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.57 |
| HSL | 0.58º | 0.9% | 0.23% | - |
| HSV(B) | 0.58º | 0.94% | 0.43% | - |
| XYZ | 6.42 | 3.42 | 0.49 | - |
| YUV | 37.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 6 | 0 | 0.94 | 0.94 | 0.57 | 0.58 | 0.9 | 0.23 |
| Hex | 6D | 7 | 6 | 0 | 5E | 5E | 39 | 1 | 5A | 17 |
| Octal | 155 | 7 | 6 | 0 | 136 | 136 | 71 | 1 | 132 | 27 |
| Binary | 1101101 | 111 | 110 | 0 | 1011110 | 1011110 | 111001 | 1 | 1011010 | 10111 |
Color Harmonies of #6D0706
Complementary color
Monochromatic Colors of #6D0706
Black with #6D0706
Text Example
Text Example
White with #6D0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0706; }
p { color: rgb(109,7,6); }
H1.HeaderClassName
{
color: #6D0706;
}
.AnyTagClassName
{
color: #6D0706;
}
</style>
background-color css
<style>
a { background-color: #6D0706; }
a { background-color: rgb(109,7,6); }
div.DivClassName
{
background-color: #6D0706;
}
.BgClassName
{
background-color: #6D0706;
}
</style>
border-color css
<style>
span { border-color: #6D0706; }
span { border-color: rgb(109,7,6); }
td.TdClassName
{
border-color: #6D0706;
}
.TagClassName
{
border-color: #6D0706;
}
</style>