Shades of Maroon #660904
Tints of Maroon #660904
RGB
CMYK
RGB Variations
Color information
#660904 (or 0x660904) is known color: Maroon. HEX triplet: 66, 09 and 04. RGB value is (102,9,4). Sum of RGB (Red+Green+Blue) = 102+9+4=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #660904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660904 is #99F6FB. Grayscale: #242424. Windows color (decimal): -10090236 or 264550. OLE color: 264550.
HSL color Cylindrical-coordinate representation of color #660904: hue angle of 3.06º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660904 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.6 |
| HSL | 3.06º | 0.92% | 0.21% | - |
| HSV(B) | 3.06º | 0.96% | 0.4% | - |
| XYZ | 5.6 | 3.03 | 0.4 | - |
| YUV | 36.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 4 | 0 | 0.91 | 0.96 | 0.6 | 3.06 | 0.92 | 0.21 |
| Hex | 66 | 9 | 4 | 0 | 5B | 60 | 3C | 3 | 5C | 15 |
| Octal | 146 | 11 | 4 | 0 | 133 | 140 | 74 | 3 | 134 | 25 |
| Binary | 1100110 | 1001 | 100 | 0 | 1011011 | 1100000 | 111100 | 11 | 1011100 | 10101 |
Color Harmonies of #660904
Complementary color
Monochromatic Colors of #660904
Black with #660904
Text Example
Text Example
White with #660904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660904; }
p { color: rgb(102,9,4); }
H1.HeaderClassName
{
color: #660904;
}
.AnyTagClassName
{
color: #660904;
}
</style>
background-color css
<style>
a { background-color: #660904; }
a { background-color: rgb(102,9,4); }
div.DivClassName
{
background-color: #660904;
}
.BgClassName
{
background-color: #660904;
}
</style>
border-color css
<style>
span { border-color: #660904; }
span { border-color: rgb(102,9,4); }
td.TdClassName
{
border-color: #660904;
}
.TagClassName
{
border-color: #660904;
}
</style>