Shades of Mandarian Orange #962C22
Tints of Mandarian Orange #962C22
RGB
CMYK
RGB Variations
Color information
#962C22 (or 0x962C22) is known color: Mandarian Orange. HEX triplet: 96, 2C and 22. RGB value is (150,44,34). Sum of RGB (Red+Green+Blue) = 150+44+34=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #962C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C22 is #69D3DD. Grayscale: #4A4A4A. Windows color (decimal): -6935518 or 2239638. OLE color: 2239638.
HSL color Cylindrical-coordinate representation of color #962C22: hue angle of 5.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962C22 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 34 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.41 |
| HSL | 5.17º | 0.63% | 0.36% | - |
| HSV(B) | 5.17º | 0.77% | 0.59% | - |
| XYZ | 13.77 | 8.4 | 2.41 | - |
| YUV | 74.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 34 | 0 | 0.71 | 0.77 | 0.41 | 5.17 | 0.63 | 0.36 |
| Hex | 96 | 2C | 22 | 0 | 47 | 4D | 29 | 5 | 3F | 24 |
| Octal | 226 | 54 | 42 | 0 | 107 | 115 | 51 | 5 | 77 | 44 |
| Binary | 10010110 | 101100 | 100010 | 0 | 1000111 | 1001101 | 101001 | 101 | 111111 | 100100 |
Color Harmonies of #962C22
Complementary color
Monochromatic Colors of #962C22
Black with #962C22
Text Example
Text Example
White with #962C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C22; }
p { color: rgb(150,44,34); }
H1.HeaderClassName
{
color: #962C22;
}
.AnyTagClassName
{
color: #962C22;
}
</style>
background-color css
<style>
a { background-color: #962C22; }
a { background-color: rgb(150,44,34); }
div.DivClassName
{
background-color: #962C22;
}
.BgClassName
{
background-color: #962C22;
}
</style>
border-color css
<style>
span { border-color: #962C22; }
span { border-color: rgb(150,44,34); }
td.TdClassName
{
border-color: #962C22;
}
.TagClassName
{
border-color: #962C22;
}
</style>