Shades of Mandarian Orange #961E12
Tints of Mandarian Orange #961E12
RGB
CMYK
RGB Variations
Color information
#961E12 (or 0x961E12) is known color: Mandarian Orange. HEX triplet: 96, 1E and 12. RGB value is (150,30,18). Sum of RGB (Red+Green+Blue) = 150+30+18=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #961E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961E12 is #69E1ED. Grayscale: #404040. Windows color (decimal): -6939118 or 1187478. OLE color: 1187478.
HSL color Cylindrical-coordinate representation of color #961E12: hue angle of 5.45º 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 #961E12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 18 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.41 |
| HSL | 5.45º | 0.79% | 0.33% | - |
| HSV(B) | 5.45º | 0.88% | 0.59% | - |
| XYZ | 13.15 | 7.46 | 1.32 | - |
| YUV | 64.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 18 | 0 | 0.80 | 0.88 | 0.41 | 5.45 | 0.79 | 0.33 |
| Hex | 96 | 1E | 12 | 0 | 50 | 58 | 29 | 5 | 4F | 21 |
| Octal | 226 | 36 | 22 | 0 | 120 | 130 | 51 | 5 | 117 | 41 |
| Binary | 10010110 | 11110 | 10010 | 0 | 1010000 | 1011000 | 101001 | 101 | 1001111 | 100001 |
Color Harmonies of #961E12
Complementary color
Monochromatic Colors of #961E12
Black with #961E12
Text Example
Text Example
White with #961E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E12; }
p { color: rgb(150,30,18); }
H1.HeaderClassName
{
color: #961E12;
}
.AnyTagClassName
{
color: #961E12;
}
</style>
background-color css
<style>
a { background-color: #961E12; }
a { background-color: rgb(150,30,18); }
div.DivClassName
{
background-color: #961E12;
}
.BgClassName
{
background-color: #961E12;
}
</style>
border-color css
<style>
span { border-color: #961E12; }
span { border-color: rgb(150,30,18); }
td.TdClassName
{
border-color: #961E12;
}
.TagClassName
{
border-color: #961E12;
}
</style>