Shades of Maroon #6D0D00
Tints of Maroon #6D0D00
RGB
CMYK
RGB Variations
Color information
#6D0D00 (or 0x6D0D00) is known color: Maroon. HEX triplet: 6D, 0D and 00. RGB value is (109,13,0). Sum of RGB (Red+Green+Blue) = 109+13+0=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0D00 is #92F2FF. Grayscale: #282828. Windows color (decimal): -9630464 or 3437. OLE color: 3437.
HSL color Cylindrical-coordinate representation of color #6D0D00: hue angle of 7.16º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.57 |
| HSL | 7.16º | 1% | 0.21% | - |
| HSV(B) | 7.16º | 1% | 0.43% | - |
| XYZ | 6.45 | 3.54 | 0.34 | - |
| YUV | 40.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 0 | 0 | 0.88 | 1 | 0.57 | 7.16 | 1 | 0.21 |
| Hex | 6D | D | 0 | 0 | 58 | 64 | 39 | 7 | 64 | 15 |
| Octal | 155 | 15 | 0 | 0 | 130 | 144 | 71 | 7 | 144 | 25 |
| Binary | 1101101 | 1101 | 0 | 0 | 1011000 | 1100100 | 111001 | 111 | 1100100 | 10101 |
Color Harmonies of #6D0D00
Complementary color
Monochromatic Colors of #6D0D00
Black with #6D0D00
Text Example
Text Example
White with #6D0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D00; }
p { color: rgb(109,13,0); }
H1.HeaderClassName
{
color: #6D0D00;
}
.AnyTagClassName
{
color: #6D0D00;
}
</style>
background-color css
<style>
a { background-color: #6D0D00; }
a { background-color: rgb(109,13,0); }
div.DivClassName
{
background-color: #6D0D00;
}
.BgClassName
{
background-color: #6D0D00;
}
</style>
border-color css
<style>
span { border-color: #6D0D00; }
span { border-color: rgb(109,13,0); }
td.TdClassName
{
border-color: #6D0D00;
}
.TagClassName
{
border-color: #6D0D00;
}
</style>