Shades of Maroon #6D0D0A
Tints of Maroon #6D0D0A
RGB
CMYK
RGB Variations
Color information
#6D0D0A (or 0x6D0D0A) is known color: Maroon. HEX triplet: 6D, 0D and 0A. RGB value is (109,13,10). Sum of RGB (Red+Green+Blue) = 109+13+10=132 (17% of max value = 765). Red value is 109 (42.97% from 255 or 82.58% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0D0A is #92F2F5. Grayscale: #292929. Windows color (decimal): -9630454 or 658797. OLE color: 658797.
HSL color Cylindrical-coordinate representation of color #6D0D0A: hue angle of 1.82º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0D0A is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 10 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.57 |
| HSL | 1.82º | 0.83% | 0.23% | - |
| HSV(B) | 1.82º | 0.91% | 0.43% | - |
| XYZ | 6.51 | 3.56 | 0.63 | - |
| YUV | 41.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 10 | 0 | 0.88 | 0.91 | 0.57 | 1.82 | 0.83 | 0.23 |
| Hex | 6D | D | A | 0 | 58 | 5B | 39 | 2 | 53 | 17 |
| Octal | 155 | 15 | 12 | 0 | 130 | 133 | 71 | 2 | 123 | 27 |
| Binary | 1101101 | 1101 | 1010 | 0 | 1011000 | 1011011 | 111001 | 10 | 1010011 | 10111 |
Color Harmonies of #6D0D0A
Complementary color
Monochromatic Colors of #6D0D0A
Black with #6D0D0A
Text Example
Text Example
White with #6D0D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D0A; }
p { color: rgb(109,13,10); }
H1.HeaderClassName
{
color: #6D0D0A;
}
.AnyTagClassName
{
color: #6D0D0A;
}
</style>
background-color css
<style>
a { background-color: #6D0D0A; }
a { background-color: rgb(109,13,10); }
div.DivClassName
{
background-color: #6D0D0A;
}
.BgClassName
{
background-color: #6D0D0A;
}
</style>
border-color css
<style>
span { border-color: #6D0D0A; }
span { border-color: rgb(109,13,10); }
td.TdClassName
{
border-color: #6D0D0A;
}
.TagClassName
{
border-color: #6D0D0A;
}
</style>