Shades of Maroon #660B06
Tints of Maroon #660B06
RGB
CMYK
RGB Variations
Color information
#660B06 (or 0x660B06) is known color: Maroon. HEX triplet: 66, 0B and 06. RGB value is (102,11,6). Sum of RGB (Red+Green+Blue) = 102+11+6=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #660B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B06 is #99F4F9. Grayscale: #252525. Windows color (decimal): -10089722 or 396134. OLE color: 396134.
HSL color Cylindrical-coordinate representation of color #660B06: hue angle of 3.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660B06 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 6 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.6 |
| HSL | 3.13º | 0.89% | 0.21% | - |
| HSV(B) | 3.13º | 0.94% | 0.4% | - |
| XYZ | 5.63 | 3.08 | 0.47 | - |
| YUV | 37.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 6 | 0 | 0.89 | 0.94 | 0.6 | 3.13 | 0.89 | 0.21 |
| Hex | 66 | B | 6 | 0 | 59 | 5E | 3C | 3 | 59 | 15 |
| Octal | 146 | 13 | 6 | 0 | 131 | 136 | 74 | 3 | 131 | 25 |
| Binary | 1100110 | 1011 | 110 | 0 | 1011001 | 1011110 | 111100 | 11 | 1011001 | 10101 |
Color Harmonies of #660B06
Complementary color
Monochromatic Colors of #660B06
Black with #660B06
Text Example
Text Example
White with #660B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B06; }
p { color: rgb(102,11,6); }
H1.HeaderClassName
{
color: #660B06;
}
.AnyTagClassName
{
color: #660B06;
}
</style>
background-color css
<style>
a { background-color: #660B06; }
a { background-color: rgb(102,11,6); }
div.DivClassName
{
background-color: #660B06;
}
.BgClassName
{
background-color: #660B06;
}
</style>
border-color css
<style>
span { border-color: #660B06; }
span { border-color: rgb(102,11,6); }
td.TdClassName
{
border-color: #660B06;
}
.TagClassName
{
border-color: #660B06;
}
</style>