Shades of Dark Red #960600
Tints of Dark Red #960600
RGB
CMYK
RGB Variations
Color information
#960600 (or 0x960600) is known color: Dark Red. HEX triplet: 96, 06 and 00. RGB value is (150,6,0). Sum of RGB (Red+Green+Blue) = 150+6+0=156 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.15% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 150 - color contains mainly: red. Hex color #960600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960600 is #69F9FF. Grayscale: #303030. Windows color (decimal): -6945280 or 1686. OLE color: 1686.
HSL color Cylindrical-coordinate representation of color #960600: hue angle of 2.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.41 |
| HSL | 2.4º | 1% | 0.29% | - |
| HSV(B) | 2.4º | 1% | 0.59% | - |
| XYZ | 12.64 | 6.61 | 0.61 | - |
| YUV | 48.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 0 | 0 | 0.96 | 1 | 0.41 | 2.4 | 1 | 0.29 |
| Hex | 96 | 6 | 0 | 0 | 60 | 64 | 29 | 2 | 64 | 1D |
| Octal | 226 | 6 | 0 | 0 | 140 | 144 | 51 | 2 | 144 | 35 |
| Binary | 10010110 | 110 | 0 | 0 | 1100000 | 1100100 | 101001 | 10 | 1100100 | 11101 |
Color Harmonies of #960600
Complementary color
Monochromatic Colors of #960600
Black with #960600
Text Example
Text Example
White with #960600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960600; }
p { color: rgb(150,6,0); }
H1.HeaderClassName
{
color: #960600;
}
.AnyTagClassName
{
color: #960600;
}
</style>
background-color css
<style>
a { background-color: #960600; }
a { background-color: rgb(150,6,0); }
div.DivClassName
{
background-color: #960600;
}
.BgClassName
{
background-color: #960600;
}
</style>
border-color css
<style>
span { border-color: #960600; }
span { border-color: rgb(150,6,0); }
td.TdClassName
{
border-color: #960600;
}
.TagClassName
{
border-color: #960600;
}
</style>