Shades of Maroon #6E0E00
Tints of Maroon #6E0E00
RGB
CMYK
RGB Variations
Color information
#6E0E00 (or 0x6E0E00) is known color: Maroon. HEX triplet: 6E, 0E and 00. RGB value is (110,14,0). Sum of RGB (Red+Green+Blue) = 110+14+0=124 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88.71% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0E00 is #91F1FF. Grayscale: #292929. Windows color (decimal): -9564672 or 3694. OLE color: 3694.
HSL color Cylindrical-coordinate representation of color #6E0E00: hue angle of 7.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 14 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.57 |
| HSL | 7.64º | 1% | 0.22% | - |
| HSV(B) | 7.64º | 1% | 0.43% | - |
| XYZ | 6.59 | 3.63 | 0.35 | - |
| YUV | 41.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 14 | 0 | 0 | 0.87 | 1 | 0.57 | 7.64 | 1 | 0.22 |
| Hex | 6E | E | 0 | 0 | 57 | 64 | 39 | 8 | 64 | 16 |
| Octal | 156 | 16 | 0 | 0 | 127 | 144 | 71 | 10 | 144 | 26 |
| Binary | 1101110 | 1110 | 0 | 0 | 1010111 | 1100100 | 111001 | 1000 | 1100100 | 10110 |
Color Harmonies of #6E0E00
Complementary color
Monochromatic Colors of #6E0E00
Black with #6E0E00
Text Example
Text Example
White with #6E0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0E00; }
p { color: rgb(110,14,0); }
H1.HeaderClassName
{
color: #6E0E00;
}
.AnyTagClassName
{
color: #6E0E00;
}
</style>
background-color css
<style>
a { background-color: #6E0E00; }
a { background-color: rgb(110,14,0); }
div.DivClassName
{
background-color: #6E0E00;
}
.BgClassName
{
background-color: #6E0E00;
}
</style>
border-color css
<style>
span { border-color: #6E0E00; }
span { border-color: rgb(110,14,0); }
td.TdClassName
{
border-color: #6E0E00;
}
.TagClassName
{
border-color: #6E0E00;
}
</style>