Shades of Maroon #660601
Tints of Maroon #660601
RGB
CMYK
RGB Variations
Color information
#660601 (or 0x660601) is known color: Maroon. HEX triplet: 66, 06 and 01. RGB value is (102,6,1). Sum of RGB (Red+Green+Blue) = 102+6+1=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660601 is #99F9FE. Grayscale: #222222. Windows color (decimal): -10091007 or 67174. OLE color: 67174.
HSL color Cylindrical-coordinate representation of color #660601: hue angle of 2.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660601 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.6 |
| HSL | 2.97º | 0.98% | 0.2% | - |
| HSV(B) | 2.97º | 0.99% | 0.4% | - |
| XYZ | 5.55 | 2.96 | 0.31 | - |
| YUV | 34.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 1 | 0 | 0.94 | 0.99 | 0.6 | 2.97 | 0.98 | 0.2 |
| Hex | 66 | 6 | 1 | 0 | 5E | 63 | 3C | 3 | 62 | 14 |
| Octal | 146 | 6 | 1 | 0 | 136 | 143 | 74 | 3 | 142 | 24 |
| Binary | 1100110 | 110 | 1 | 0 | 1011110 | 1100011 | 111100 | 11 | 1100010 | 10100 |
Color Harmonies of #660601
Complementary color
Monochromatic Colors of #660601
Black with #660601
Text Example
Text Example
White with #660601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660601; }
p { color: rgb(102,6,1); }
H1.HeaderClassName
{
color: #660601;
}
.AnyTagClassName
{
color: #660601;
}
</style>
background-color css
<style>
a { background-color: #660601; }
a { background-color: rgb(102,6,1); }
div.DivClassName
{
background-color: #660601;
}
.BgClassName
{
background-color: #660601;
}
</style>
border-color css
<style>
span { border-color: #660601; }
span { border-color: rgb(102,6,1); }
td.TdClassName
{
border-color: #660601;
}
.TagClassName
{
border-color: #660601;
}
</style>