Shades of Maroon #6D0B00
Tints of Maroon #6D0B00
RGB
CMYK
RGB Variations
Color information
#6D0B00 (or 0x6D0B00) is known color: Maroon. HEX triplet: 6D, 0B and 00. RGB value is (109,11,0). Sum of RGB (Red+Green+Blue) = 109+11+0=120 (15% of max value = 765). Red value is 109 (42.97% from 255 or 90.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B00 is #92F4FF. Grayscale: #272727. Windows color (decimal): -9630976 or 2925. OLE color: 2925.
HSL color Cylindrical-coordinate representation of color #6D0B00: hue angle of 6.06º 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 #6D0B00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.57 |
| HSL | 6.06º | 1% | 0.21% | - |
| HSV(B) | 6.06º | 1% | 0.43% | - |
| XYZ | 6.43 | 3.49 | 0.34 | - |
| YUV | 39.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 0 | 0 | 0.90 | 1 | 0.57 | 6.06 | 1 | 0.21 |
| Hex | 6D | B | 0 | 0 | 5A | 64 | 39 | 6 | 64 | 15 |
| Octal | 155 | 13 | 0 | 0 | 132 | 144 | 71 | 6 | 144 | 25 |
| Binary | 1101101 | 1011 | 0 | 0 | 1011010 | 1100100 | 111001 | 110 | 1100100 | 10101 |
Color Harmonies of #6D0B00
Complementary color
Monochromatic Colors of #6D0B00
Black with #6D0B00
Text Example
Text Example
White with #6D0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B00; }
p { color: rgb(109,11,0); }
H1.HeaderClassName
{
color: #6D0B00;
}
.AnyTagClassName
{
color: #6D0B00;
}
</style>
background-color css
<style>
a { background-color: #6D0B00; }
a { background-color: rgb(109,11,0); }
div.DivClassName
{
background-color: #6D0B00;
}
.BgClassName
{
background-color: #6D0B00;
}
</style>
border-color css
<style>
span { border-color: #6D0B00; }
span { border-color: rgb(109,11,0); }
td.TdClassName
{
border-color: #6D0B00;
}
.TagClassName
{
border-color: #6D0B00;
}
</style>