Shades of Maroon #600900
Tints of Maroon #600900
RGB
CMYK
RGB Variations
Color information
#600900 (or 0x600900) is known color: Maroon. HEX triplet: 60, 09 and 00. RGB value is (96,9,0). Sum of RGB (Red+Green+Blue) = 96+9+0=105 (13% of max value = 765). Red value is 96 (37.89% from 255 or 91.43% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 96 - color contains mainly: red. Hex color #600900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600900 is #9FF6FF. Grayscale: #222222. Windows color (decimal): -10483456 or 2400. OLE color: 2400.
HSL color Cylindrical-coordinate representation of color #600900: hue angle of 5.62º 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 #600900 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.62 |
| HSL | 5.63º | 1% | 0.19% | - |
| HSV(B) | 5.63º | 1% | 0.38% | - |
| XYZ | 4.92 | 2.68 | 0.26 | - |
| YUV | 33.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 0 | 0 | 0.91 | 1 | 0.62 | 5.63 | 1 | 0.19 |
| Hex | 60 | 9 | 0 | 0 | 5B | 64 | 3E | 6 | 64 | 13 |
| Octal | 140 | 11 | 0 | 0 | 133 | 144 | 76 | 6 | 144 | 23 |
| Binary | 1100000 | 1001 | 0 | 0 | 1011011 | 1100100 | 111110 | 110 | 1100100 | 10011 |
Color Harmonies of #600900
Complementary color
Monochromatic Colors of #600900
Black with #600900
Text Example
Text Example
White with #600900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600900; }
p { color: rgb(96,9,0); }
H1.HeaderClassName
{
color: #600900;
}
.AnyTagClassName
{
color: #600900;
}
</style>
background-color css
<style>
a { background-color: #600900; }
a { background-color: rgb(96,9,0); }
div.DivClassName
{
background-color: #600900;
}
.BgClassName
{
background-color: #600900;
}
</style>
border-color css
<style>
span { border-color: #600900; }
span { border-color: rgb(96,9,0); }
td.TdClassName
{
border-color: #600900;
}
.TagClassName
{
border-color: #600900;
}
</style>