Shades of Mandarian Orange #962009
Tints of Mandarian Orange #962009
RGB
CMYK
RGB Variations
Color information
#962009 (or 0x962009) is known color: Mandarian Orange. HEX triplet: 96, 20 and 09. RGB value is (150,32,9). Sum of RGB (Red+Green+Blue) = 150+32+9=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962009 is #69DFF6. Grayscale: #404040. Windows color (decimal): -6938615 or 598166. OLE color: 598166.
HSL color Cylindrical-coordinate representation of color #962009: hue angle of 9.79º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #962009 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 9 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.41 |
| HSL | 9.79º | 0.89% | 0.31% | - |
| HSV(B) | 9.79º | 0.94% | 0.59% | - |
| XYZ | 13.14 | 7.54 | 1.02 | - |
| YUV | 64.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 9 | 0 | 0.79 | 0.94 | 0.41 | 9.79 | 0.89 | 0.31 |
| Hex | 96 | 20 | 9 | 0 | 4F | 5E | 29 | A | 59 | 1F |
| Octal | 226 | 40 | 11 | 0 | 117 | 136 | 51 | 12 | 131 | 37 |
| Binary | 10010110 | 100000 | 1001 | 0 | 1001111 | 1011110 | 101001 | 1010 | 1011001 | 11111 |
Color Harmonies of #962009
Complementary color
Monochromatic Colors of #962009
Black with #962009
Text Example
Text Example
White with #962009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962009; }
p { color: rgb(150,32,9); }
H1.HeaderClassName
{
color: #962009;
}
.AnyTagClassName
{
color: #962009;
}
</style>
background-color css
<style>
a { background-color: #962009; }
a { background-color: rgb(150,32,9); }
div.DivClassName
{
background-color: #962009;
}
.BgClassName
{
background-color: #962009;
}
</style>
border-color css
<style>
span { border-color: #962009; }
span { border-color: rgb(150,32,9); }
td.TdClassName
{
border-color: #962009;
}
.TagClassName
{
border-color: #962009;
}
</style>