Shades of Maroon #660C04
Tints of Maroon #660C04
RGB
CMYK
RGB Variations
Color information
#660C04 (or 0x660C04) is known color: Maroon. HEX triplet: 66, 0C and 04. RGB value is (102,12,4). Sum of RGB (Red+Green+Blue) = 102+12+4=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C04 is #99F3FB. Grayscale: #262626. Windows color (decimal): -10089468 or 265318. OLE color: 265318.
HSL color Cylindrical-coordinate representation of color #660C04: hue angle of 4.9º 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 #660C04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 4 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.6 |
| HSL | 4.9º | 0.92% | 0.21% | - |
| HSV(B) | 4.9º | 0.96% | 0.4% | - |
| XYZ | 5.63 | 3.1 | 0.42 | - |
| YUV | 38 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 4 | 0 | 0.88 | 0.96 | 0.6 | 4.9 | 0.92 | 0.21 |
| Hex | 66 | C | 4 | 0 | 58 | 60 | 3C | 5 | 5C | 15 |
| Octal | 146 | 14 | 4 | 0 | 130 | 140 | 74 | 5 | 134 | 25 |
| Binary | 1100110 | 1100 | 100 | 0 | 1011000 | 1100000 | 111100 | 101 | 1011100 | 10101 |
Color Harmonies of #660C04
Complementary color
Monochromatic Colors of #660C04
Black with #660C04
Text Example
Text Example
White with #660C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C04; }
p { color: rgb(102,12,4); }
H1.HeaderClassName
{
color: #660C04;
}
.AnyTagClassName
{
color: #660C04;
}
</style>
background-color css
<style>
a { background-color: #660C04; }
a { background-color: rgb(102,12,4); }
div.DivClassName
{
background-color: #660C04;
}
.BgClassName
{
background-color: #660C04;
}
</style>
border-color css
<style>
span { border-color: #660C04; }
span { border-color: rgb(102,12,4); }
td.TdClassName
{
border-color: #660C04;
}
.TagClassName
{
border-color: #660C04;
}
</style>