Shades of Maroon #600706
Tints of Maroon #600706
RGB
CMYK
RGB Variations
Color information
#600706 (or 0x600706) is known color: Maroon. HEX triplet: 60, 07 and 06. RGB value is (96,7,6). Sum of RGB (Red+Green+Blue) = 96+7+6=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600706 is #9FF8F9. Grayscale: #212121. Windows color (decimal): -10483962 or 395104. OLE color: 395104.
HSL color Cylindrical-coordinate representation of color #600706: hue angle of 0.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600706 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 6 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.62 |
| HSL | 0.67º | 0.88% | 0.2% | - |
| HSV(B) | 0.67º | 0.94% | 0.38% | - |
| XYZ | 4.93 | 2.65 | 0.42 | - |
| YUV | 33.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 6 | 0 | 0.93 | 0.94 | 0.62 | 0.67 | 0.88 | 0.2 |
| Hex | 60 | 7 | 6 | 0 | 5D | 5E | 3E | 1 | 58 | 14 |
| Octal | 140 | 7 | 6 | 0 | 135 | 136 | 76 | 1 | 130 | 24 |
| Binary | 1100000 | 111 | 110 | 0 | 1011101 | 1011110 | 111110 | 1 | 1011000 | 10100 |
Color Harmonies of #600706
Complementary color
Monochromatic Colors of #600706
Black with #600706
Text Example
Text Example
White with #600706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600706; }
p { color: rgb(96,7,6); }
H1.HeaderClassName
{
color: #600706;
}
.AnyTagClassName
{
color: #600706;
}
</style>
background-color css
<style>
a { background-color: #600706; }
a { background-color: rgb(96,7,6); }
div.DivClassName
{
background-color: #600706;
}
.BgClassName
{
background-color: #600706;
}
</style>
border-color css
<style>
span { border-color: #600706; }
span { border-color: rgb(96,7,6); }
td.TdClassName
{
border-color: #600706;
}
.TagClassName
{
border-color: #600706;
}
</style>