Shades of Mandarian Orange #96220A
Tints of Mandarian Orange #96220A
RGB
CMYK
RGB Variations
Color information
#96220A (or 0x96220A) is known color: Mandarian Orange. HEX triplet: 96, 22 and 0A. RGB value is (150,34,10). Sum of RGB (Red+Green+Blue) = 150+34+10=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96220A is #69DDF5. Grayscale: #424242. Windows color (decimal): -6938102 or 664214. OLE color: 664214.
HSL color Cylindrical-coordinate representation of color #96220A: hue angle of 10.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96220A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 10 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.41 |
| HSL | 10.29º | 0.88% | 0.31% | - |
| HSV(B) | 10.29º | 0.93% | 0.59% | - |
| XYZ | 13.2 | 7.65 | 1.07 | - |
| YUV | 65.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 10 | 0 | 0.77 | 0.93 | 0.41 | 10.29 | 0.88 | 0.31 |
| Hex | 96 | 22 | A | 0 | 4D | 5D | 29 | A | 58 | 1F |
| Octal | 226 | 42 | 12 | 0 | 115 | 135 | 51 | 12 | 130 | 37 |
| Binary | 10010110 | 100010 | 1010 | 0 | 1001101 | 1011101 | 101001 | 1010 | 1011000 | 11111 |
Color Harmonies of #96220A
Complementary color
Monochromatic Colors of #96220A
Black with #96220A
Text Example
Text Example
White with #96220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96220A; }
p { color: rgb(150,34,10); }
H1.HeaderClassName
{
color: #96220A;
}
.AnyTagClassName
{
color: #96220A;
}
</style>
background-color css
<style>
a { background-color: #96220A; }
a { background-color: rgb(150,34,10); }
div.DivClassName
{
background-color: #96220A;
}
.BgClassName
{
background-color: #96220A;
}
</style>
border-color css
<style>
span { border-color: #96220A; }
span { border-color: rgb(150,34,10); }
td.TdClassName
{
border-color: #96220A;
}
.TagClassName
{
border-color: #96220A;
}
</style>