Shades of Maroon #660E06
Tints of Maroon #660E06
RGB
CMYK
RGB Variations
Color information
#660E06 (or 0x660E06) is known color: Maroon. HEX triplet: 66, 0E and 06. RGB value is (102,14,6). Sum of RGB (Red+Green+Blue) = 102+14+6=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E06 is #99F1F9. Grayscale: #272727. Windows color (decimal): -10088954 or 396902. OLE color: 396902.
HSL color Cylindrical-coordinate representation of color #660E06: hue angle of 5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660E06 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 6 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.6 |
| HSL | 5º | 0.89% | 0.21% | - |
| HSV(B) | 5º | 0.94% | 0.4% | - |
| XYZ | 5.67 | 3.15 | 0.48 | - |
| YUV | 39.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 6 | 0 | 0.86 | 0.94 | 0.6 | 5 | 0.89 | 0.21 |
| Hex | 66 | E | 6 | 0 | 56 | 5E | 3C | 5 | 59 | 15 |
| Octal | 146 | 16 | 6 | 0 | 126 | 136 | 74 | 5 | 131 | 25 |
| Binary | 1100110 | 1110 | 110 | 0 | 1010110 | 1011110 | 111100 | 101 | 1011001 | 10101 |
Color Harmonies of #660E06
Complementary color
Monochromatic Colors of #660E06
Black with #660E06
Text Example
Text Example
White with #660E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E06; }
p { color: rgb(102,14,6); }
H1.HeaderClassName
{
color: #660E06;
}
.AnyTagClassName
{
color: #660E06;
}
</style>
background-color css
<style>
a { background-color: #660E06; }
a { background-color: rgb(102,14,6); }
div.DivClassName
{
background-color: #660E06;
}
.BgClassName
{
background-color: #660E06;
}
</style>
border-color css
<style>
span { border-color: #660E06; }
span { border-color: rgb(102,14,6); }
td.TdClassName
{
border-color: #660E06;
}
.TagClassName
{
border-color: #660E06;
}
</style>