Shades of Mandarian Orange #961811
Tints of Mandarian Orange #961811
RGB
CMYK
RGB Variations
Color information
#961811 (or 0x961811) is known color: Mandarian Orange. HEX triplet: 96, 18 and 11. RGB value is (150,24,17). Sum of RGB (Red+Green+Blue) = 150+24+17=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961811 is #69E7EE. Grayscale: #3D3D3D. Windows color (decimal): -6940655 or 1120406. OLE color: 1120406.
HSL color Cylindrical-coordinate representation of color #961811: hue angle of 3.16º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961811 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 17 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.41 |
| HSL | 3.16º | 0.8% | 0.33% | - |
| HSV(B) | 3.16º | 0.89% | 0.59% | - |
| XYZ | 13.01 | 7.18 | 1.23 | - |
| YUV | 60.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 17 | 0 | 0.84 | 0.89 | 0.41 | 3.16 | 0.8 | 0.33 |
| Hex | 96 | 18 | 11 | 0 | 54 | 59 | 29 | 3 | 50 | 21 |
| Octal | 226 | 30 | 21 | 0 | 124 | 131 | 51 | 3 | 120 | 41 |
| Binary | 10010110 | 11000 | 10001 | 0 | 1010100 | 1011001 | 101001 | 11 | 1010000 | 100001 |
Color Harmonies of #961811
Complementary color
Monochromatic Colors of #961811
Black with #961811
Text Example
Text Example
White with #961811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961811; }
p { color: rgb(150,24,17); }
H1.HeaderClassName
{
color: #961811;
}
.AnyTagClassName
{
color: #961811;
}
</style>
background-color css
<style>
a { background-color: #961811; }
a { background-color: rgb(150,24,17); }
div.DivClassName
{
background-color: #961811;
}
.BgClassName
{
background-color: #961811;
}
</style>
border-color css
<style>
span { border-color: #961811; }
span { border-color: rgb(150,24,17); }
td.TdClassName
{
border-color: #961811;
}
.TagClassName
{
border-color: #961811;
}
</style>