Shades of Maroon #660E00
Tints of Maroon #660E00
RGB
CMYK
RGB Variations
Color information
#660E00 (or 0x660E00) is known color: Maroon. HEX triplet: 66, 0E and 00. RGB value is (102,14,0). Sum of RGB (Red+Green+Blue) = 102+14+0=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #660E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E00 is #99F1FF. Grayscale: #262626. Windows color (decimal): -10088960 or 3686. OLE color: 3686.
HSL color Cylindrical-coordinate representation of color #660E00: hue angle of 8.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660E00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.6 |
| HSL | 8.24º | 1% | 0.2% | - |
| HSV(B) | 8.24º | 1% | 0.4% | - |
| XYZ | 5.64 | 3.14 | 0.31 | - |
| YUV | 38.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 0 | 0 | 0.86 | 1 | 0.6 | 8.24 | 1 | 0.2 |
| Hex | 66 | E | 0 | 0 | 56 | 64 | 3C | 8 | 64 | 14 |
| Octal | 146 | 16 | 0 | 0 | 126 | 144 | 74 | 10 | 144 | 24 |
| Binary | 1100110 | 1110 | 0 | 0 | 1010110 | 1100100 | 111100 | 1000 | 1100100 | 10100 |
Color Harmonies of #660E00
Complementary color
Monochromatic Colors of #660E00
Black with #660E00
Text Example
Text Example
White with #660E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E00; }
p { color: rgb(102,14,0); }
H1.HeaderClassName
{
color: #660E00;
}
.AnyTagClassName
{
color: #660E00;
}
</style>
background-color css
<style>
a { background-color: #660E00; }
a { background-color: rgb(102,14,0); }
div.DivClassName
{
background-color: #660E00;
}
.BgClassName
{
background-color: #660E00;
}
</style>
border-color css
<style>
span { border-color: #660E00; }
span { border-color: rgb(102,14,0); }
td.TdClassName
{
border-color: #660E00;
}
.TagClassName
{
border-color: #660E00;
}
</style>