Shades of Maroon #660700
Tints of Maroon #660700
RGB
CMYK
RGB Variations
Color information
#660700 (or 0x660700) is known color: Maroon. HEX triplet: 66, 07 and 00. RGB value is (102,7,0). Sum of RGB (Red+Green+Blue) = 102+7+0=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660700 is #99F8FF. Grayscale: #222222. Windows color (decimal): -10090752 or 1894. OLE color: 1894.
HSL color Cylindrical-coordinate representation of color #660700: hue angle of 4.12º 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 #660700 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.6 |
| HSL | 4.12º | 1% | 0.2% | - |
| HSV(B) | 4.12º | 1% | 0.4% | - |
| XYZ | 5.56 | 2.98 | 0.28 | - |
| YUV | 34.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 0 | 0 | 0.93 | 1 | 0.6 | 4.12 | 1 | 0.2 |
| Hex | 66 | 7 | 0 | 0 | 5D | 64 | 3C | 4 | 64 | 14 |
| Octal | 146 | 7 | 0 | 0 | 135 | 144 | 74 | 4 | 144 | 24 |
| Binary | 1100110 | 111 | 0 | 0 | 1011101 | 1100100 | 111100 | 100 | 1100100 | 10100 |
Color Harmonies of #660700
Complementary color
Monochromatic Colors of #660700
Black with #660700
Text Example
Text Example
White with #660700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660700; }
p { color: rgb(102,7,0); }
H1.HeaderClassName
{
color: #660700;
}
.AnyTagClassName
{
color: #660700;
}
</style>
background-color css
<style>
a { background-color: #660700; }
a { background-color: rgb(102,7,0); }
div.DivClassName
{
background-color: #660700;
}
.BgClassName
{
background-color: #660700;
}
</style>
border-color css
<style>
span { border-color: #660700; }
span { border-color: rgb(102,7,0); }
td.TdClassName
{
border-color: #660700;
}
.TagClassName
{
border-color: #660700;
}
</style>