Shades of Maroon #6E1600
Tints of Maroon #6E1600
RGB
CMYK
RGB Variations
Color information
#6E1600 (or 0x6E1600) is known color: Maroon. HEX triplet: 6E, 16 and 00. RGB value is (110,22,0). Sum of RGB (Red+Green+Blue) = 110+22+0=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1600 is #91E9FF. Grayscale: #2D2D2D. Windows color (decimal): -9562624 or 5742. OLE color: 5742.
HSL color Cylindrical-coordinate representation of color #6E1600: hue angle of 12º 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 #6E1600 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.57 |
| HSL | 12º | 1% | 0.22% | - |
| HSV(B) | 12º | 1% | 0.43% | - |
| XYZ | 6.72 | 3.89 | 0.4 | - |
| YUV | 45.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 0 | 0 | 0.8 | 1 | 0.57 | 12 | 1 | 0.22 |
| Hex | 6E | 16 | 0 | 0 | 50 | 64 | 39 | C | 64 | 16 |
| Octal | 156 | 26 | 0 | 0 | 120 | 144 | 71 | 14 | 144 | 26 |
| Binary | 1101110 | 10110 | 0 | 0 | 1010000 | 1100100 | 111001 | 1100 | 1100100 | 10110 |
Color Harmonies of #6E1600
Complementary color
Monochromatic Colors of #6E1600
Black with #6E1600
Text Example
Text Example
White with #6E1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1600; }
p { color: rgb(110,22,0); }
H1.HeaderClassName
{
color: #6E1600;
}
.AnyTagClassName
{
color: #6E1600;
}
</style>
background-color css
<style>
a { background-color: #6E1600; }
a { background-color: rgb(110,22,0); }
div.DivClassName
{
background-color: #6E1600;
}
.BgClassName
{
background-color: #6E1600;
}
</style>
border-color css
<style>
span { border-color: #6E1600; }
span { border-color: rgb(110,22,0); }
td.TdClassName
{
border-color: #6E1600;
}
.TagClassName
{
border-color: #6E1600;
}
</style>