Shades of Mandarian Orange #961712
Tints of Mandarian Orange #961712
RGB
CMYK
RGB Variations
Color information
#961712 (or 0x961712) is known color: Mandarian Orange. HEX triplet: 96, 17 and 12. RGB value is (150,23,18). Sum of RGB (Red+Green+Blue) = 150+23+18=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961712 is #69E8ED. Grayscale: #3C3C3C. Windows color (decimal): -6940910 or 1185686. OLE color: 1185686.
HSL color Cylindrical-coordinate representation of color #961712: hue angle of 2.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961712 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 18 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.41 |
| HSL | 2.27º | 0.79% | 0.33% | - |
| HSV(B) | 2.27º | 0.88% | 0.59% | - |
| XYZ | 12.99 | 7.14 | 1.27 | - |
| YUV | 60.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 18 | 0 | 0.85 | 0.88 | 0.41 | 2.27 | 0.79 | 0.33 |
| Hex | 96 | 17 | 12 | 0 | 55 | 58 | 29 | 2 | 4F | 21 |
| Octal | 226 | 27 | 22 | 0 | 125 | 130 | 51 | 2 | 117 | 41 |
| Binary | 10010110 | 10111 | 10010 | 0 | 1010101 | 1011000 | 101001 | 10 | 1001111 | 100001 |
Color Harmonies of #961712
Complementary color
Monochromatic Colors of #961712
Black with #961712
Text Example
Text Example
White with #961712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961712; }
p { color: rgb(150,23,18); }
H1.HeaderClassName
{
color: #961712;
}
.AnyTagClassName
{
color: #961712;
}
</style>
background-color css
<style>
a { background-color: #961712; }
a { background-color: rgb(150,23,18); }
div.DivClassName
{
background-color: #961712;
}
.BgClassName
{
background-color: #961712;
}
</style>
border-color css
<style>
span { border-color: #961712; }
span { border-color: rgb(150,23,18); }
td.TdClassName
{
border-color: #961712;
}
.TagClassName
{
border-color: #961712;
}
</style>