Shades of Maroon #6E1200
Tints of Maroon #6E1200
RGB
CMYK
RGB Variations
Color information
#6E1200 (or 0x6E1200) is known color: Maroon. HEX triplet: 6E, 12 and 00. RGB value is (110,18,0). Sum of RGB (Red+Green+Blue) = 110+18+0=128 (16% of max value = 765). Red value is 110 (43.36% from 255 or 85.94% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1200 is #91EDFF. Grayscale: #2B2B2B. Windows color (decimal): -9563648 or 4718. OLE color: 4718.
HSL color Cylindrical-coordinate representation of color #6E1200: hue angle of 9.82º 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 #6E1200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.57 |
| HSL | 9.82º | 1% | 0.22% | - |
| HSV(B) | 9.82º | 1% | 0.43% | - |
| XYZ | 6.65 | 3.75 | 0.37 | - |
| YUV | 43.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 0 | 0 | 0.84 | 1 | 0.57 | 9.82 | 1 | 0.22 |
| Hex | 6E | 12 | 0 | 0 | 54 | 64 | 39 | A | 64 | 16 |
| Octal | 156 | 22 | 0 | 0 | 124 | 144 | 71 | 12 | 144 | 26 |
| Binary | 1101110 | 10010 | 0 | 0 | 1010100 | 1100100 | 111001 | 1010 | 1100100 | 10110 |
Color Harmonies of #6E1200
Complementary color
Monochromatic Colors of #6E1200
Black with #6E1200
Text Example
Text Example
White with #6E1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1200; }
p { color: rgb(110,18,0); }
H1.HeaderClassName
{
color: #6E1200;
}
.AnyTagClassName
{
color: #6E1200;
}
</style>
background-color css
<style>
a { background-color: #6E1200; }
a { background-color: rgb(110,18,0); }
div.DivClassName
{
background-color: #6E1200;
}
.BgClassName
{
background-color: #6E1200;
}
</style>
border-color css
<style>
span { border-color: #6E1200; }
span { border-color: rgb(110,18,0); }
td.TdClassName
{
border-color: #6E1200;
}
.TagClassName
{
border-color: #6E1200;
}
</style>