Shades of Dark Red #961206
Tints of Dark Red #961206
RGB
CMYK
RGB Variations
Color information
#961206 (or 0x961206) is known color: Dark Red. HEX triplet: 96, 12 and 06. RGB value is (150,18,6). Sum of RGB (Red+Green+Blue) = 150+18+6=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #961206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961206 is #69EDF9. Grayscale: #383838. Windows color (decimal): -6942202 or 397974. OLE color: 397974.
HSL color Cylindrical-coordinate representation of color #961206: hue angle of 5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #961206 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 6 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.41 |
| HSL | 5º | 0.92% | 0.31% | - |
| HSV(B) | 5º | 0.96% | 0.59% | - |
| XYZ | 12.83 | 6.93 | 0.83 | - |
| YUV | 56.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 6 | 0 | 0.88 | 0.96 | 0.41 | 5 | 0.92 | 0.31 |
| Hex | 96 | 12 | 6 | 0 | 58 | 60 | 29 | 5 | 5C | 1F |
| Octal | 226 | 22 | 6 | 0 | 130 | 140 | 51 | 5 | 134 | 37 |
| Binary | 10010110 | 10010 | 110 | 0 | 1011000 | 1100000 | 101001 | 101 | 1011100 | 11111 |
Color Harmonies of #961206
Complementary color
Monochromatic Colors of #961206
Black with #961206
Text Example
Text Example
White with #961206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961206; }
p { color: rgb(150,18,6); }
H1.HeaderClassName
{
color: #961206;
}
.AnyTagClassName
{
color: #961206;
}
</style>
background-color css
<style>
a { background-color: #961206; }
a { background-color: rgb(150,18,6); }
div.DivClassName
{
background-color: #961206;
}
.BgClassName
{
background-color: #961206;
}
</style>
border-color css
<style>
span { border-color: #961206; }
span { border-color: rgb(150,18,6); }
td.TdClassName
{
border-color: #961206;
}
.TagClassName
{
border-color: #961206;
}
</style>