Shades of Maroon #6E0904
Tints of Maroon #6E0904
RGB
CMYK
RGB Variations
Color information
#6E0904 (or 0x6E0904) is known color: Maroon. HEX triplet: 6E, 09 and 04. RGB value is (110,9,4). Sum of RGB (Red+Green+Blue) = 110+9+4=123 (16% of max value = 765). Red value is 110 (43.36% from 255 or 89.43% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0904 is #91F6FB. Grayscale: #262626. Windows color (decimal): -9565948 or 264558. OLE color: 264558.
HSL color Cylindrical-coordinate representation of color #6E0904: hue angle of 2.83º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0904 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 4 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.57 |
| HSL | 2.83º | 0.93% | 0.22% | - |
| HSV(B) | 2.83º | 0.96% | 0.43% | - |
| XYZ | 6.55 | 3.52 | 0.45 | - |
| YUV | 38.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 4 | 0 | 0.92 | 0.96 | 0.57 | 2.83 | 0.93 | 0.22 |
| Hex | 6E | 9 | 4 | 0 | 5C | 60 | 39 | 3 | 5D | 16 |
| Octal | 156 | 11 | 4 | 0 | 134 | 140 | 71 | 3 | 135 | 26 |
| Binary | 1101110 | 1001 | 100 | 0 | 1011100 | 1100000 | 111001 | 11 | 1011101 | 10110 |
Color Harmonies of #6E0904
Complementary color
Monochromatic Colors of #6E0904
Black with #6E0904
Text Example
Text Example
White with #6E0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0904; }
p { color: rgb(110,9,4); }
H1.HeaderClassName
{
color: #6E0904;
}
.AnyTagClassName
{
color: #6E0904;
}
</style>
background-color css
<style>
a { background-color: #6E0904; }
a { background-color: rgb(110,9,4); }
div.DivClassName
{
background-color: #6E0904;
}
.BgClassName
{
background-color: #6E0904;
}
</style>
border-color css
<style>
span { border-color: #6E0904; }
span { border-color: rgb(110,9,4); }
td.TdClassName
{
border-color: #6E0904;
}
.TagClassName
{
border-color: #6E0904;
}
</style>