Shades of Maroon #660F00
Tints of Maroon #660F00
RGB
CMYK
RGB Variations
Color information
#660F00 (or 0x660F00) is known color: Maroon. HEX triplet: 66, 0F and 00. RGB value is (102,15,0). Sum of RGB (Red+Green+Blue) = 102+15+0=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F00 is #99F0FF. Grayscale: #272727. Windows color (decimal): -10088704 or 3942. OLE color: 3942.
HSL color Cylindrical-coordinate representation of color #660F00: hue angle of 8.82º 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 #660F00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.6 |
| HSL | 8.82º | 1% | 0.2% | - |
| HSV(B) | 8.82º | 1% | 0.4% | - |
| XYZ | 5.65 | 3.17 | 0.31 | - |
| YUV | 39.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 0 | 0 | 0.85 | 1 | 0.6 | 8.82 | 1 | 0.2 |
| Hex | 66 | F | 0 | 0 | 55 | 64 | 3C | 9 | 64 | 14 |
| Octal | 146 | 17 | 0 | 0 | 125 | 144 | 74 | 11 | 144 | 24 |
| Binary | 1100110 | 1111 | 0 | 0 | 1010101 | 1100100 | 111100 | 1001 | 1100100 | 10100 |
Color Harmonies of #660F00
Complementary color
Monochromatic Colors of #660F00
Black with #660F00
Text Example
Text Example
White with #660F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F00; }
p { color: rgb(102,15,0); }
H1.HeaderClassName
{
color: #660F00;
}
.AnyTagClassName
{
color: #660F00;
}
</style>
background-color css
<style>
a { background-color: #660F00; }
a { background-color: rgb(102,15,0); }
div.DivClassName
{
background-color: #660F00;
}
.BgClassName
{
background-color: #660F00;
}
</style>
border-color css
<style>
span { border-color: #660F00; }
span { border-color: rgb(102,15,0); }
td.TdClassName
{
border-color: #660F00;
}
.TagClassName
{
border-color: #660F00;
}
</style>