Shades of Mandarian Orange #96240B
Tints of Mandarian Orange #96240B
RGB
CMYK
RGB Variations
Color information
#96240B (or 0x96240B) is known color: Mandarian Orange. HEX triplet: 96, 24 and 0B. RGB value is (150,36,11). Sum of RGB (Red+Green+Blue) = 150+36+11=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96240B is #69DBF4. Grayscale: #434343. Windows color (decimal): -6937589 or 730262. OLE color: 730262.
HSL color Cylindrical-coordinate representation of color #96240B: hue angle of 10.79º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96240B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 11 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.41 |
| HSL | 10.79º | 0.86% | 0.32% | - |
| HSV(B) | 10.79º | 0.93% | 0.59% | - |
| XYZ | 13.27 | 7.77 | 1.12 | - |
| YUV | 67.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 11 | 0 | 0.76 | 0.93 | 0.41 | 10.79 | 0.86 | 0.32 |
| Hex | 96 | 24 | B | 0 | 4C | 5D | 29 | B | 56 | 20 |
| Octal | 226 | 44 | 13 | 0 | 114 | 135 | 51 | 13 | 126 | 40 |
| Binary | 10010110 | 100100 | 1011 | 0 | 1001100 | 1011101 | 101001 | 1011 | 1010110 | 100000 |
Color Harmonies of #96240B
Complementary color
Monochromatic Colors of #96240B
Black with #96240B
Text Example
Text Example
White with #96240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96240B; }
p { color: rgb(150,36,11); }
H1.HeaderClassName
{
color: #96240B;
}
.AnyTagClassName
{
color: #96240B;
}
</style>
background-color css
<style>
a { background-color: #96240B; }
a { background-color: rgb(150,36,11); }
div.DivClassName
{
background-color: #96240B;
}
.BgClassName
{
background-color: #96240B;
}
</style>
border-color css
<style>
span { border-color: #96240B; }
span { border-color: rgb(150,36,11); }
td.TdClassName
{
border-color: #96240B;
}
.TagClassName
{
border-color: #96240B;
}
</style>