Shades of Maroon #600600
Tints of Maroon #600600
RGB
CMYK
RGB Variations
Color information
#600600 (or 0x600600) is known color: Maroon. HEX triplet: 60, 06 and 00. RGB value is (96,6,0). Sum of RGB (Red+Green+Blue) = 96+6+0=102 (13% of max value = 765). Red value is 96 (37.89% from 255 or 94.12% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 96 - color contains mainly: red. Hex color #600600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600600 is #9FF9FF. Grayscale: #202020. Windows color (decimal): -10484224 or 1632. OLE color: 1632.
HSL color Cylindrical-coordinate representation of color #600600: hue angle of 3.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.62 |
| HSL | 3.75º | 1% | 0.19% | - |
| HSV(B) | 3.75º | 1% | 0.38% | - |
| XYZ | 4.89 | 2.62 | 0.25 | - |
| YUV | 32.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 0 | 0 | 0.94 | 1 | 0.62 | 3.75 | 1 | 0.19 |
| Hex | 60 | 6 | 0 | 0 | 5E | 64 | 3E | 4 | 64 | 13 |
| Octal | 140 | 6 | 0 | 0 | 136 | 144 | 76 | 4 | 144 | 23 |
| Binary | 1100000 | 110 | 0 | 0 | 1011110 | 1100100 | 111110 | 100 | 1100100 | 10011 |
Color Harmonies of #600600
Complementary color
Monochromatic Colors of #600600
Black with #600600
Text Example
Text Example
White with #600600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600600; }
p { color: rgb(96,6,0); }
H1.HeaderClassName
{
color: #600600;
}
.AnyTagClassName
{
color: #600600;
}
</style>
background-color css
<style>
a { background-color: #600600; }
a { background-color: rgb(96,6,0); }
div.DivClassName
{
background-color: #600600;
}
.BgClassName
{
background-color: #600600;
}
</style>
border-color css
<style>
span { border-color: #600600; }
span { border-color: rgb(96,6,0); }
td.TdClassName
{
border-color: #600600;
}
.TagClassName
{
border-color: #600600;
}
</style>