Shades of Mandarian Orange #96230D
Tints of Mandarian Orange #96230D
RGB
CMYK
RGB Variations
Color information
#96230D (or 0x96230D) is known color: Mandarian Orange. HEX triplet: 96, 23 and 0D. RGB value is (150,35,13). Sum of RGB (Red+Green+Blue) = 150+35+13=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96230D is #69DCF2. Grayscale: #434343. Windows color (decimal): -6937843 or 861078. OLE color: 861078.
HSL color Cylindrical-coordinate representation of color #96230D: hue angle of 9.64º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96230D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 13 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.41 |
| HSL | 9.64º | 0.84% | 0.32% | - |
| HSV(B) | 9.64º | 0.91% | 0.59% | - |
| XYZ | 13.25 | 7.72 | 1.17 | - |
| YUV | 66.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 13 | 0 | 0.77 | 0.91 | 0.41 | 9.64 | 0.84 | 0.32 |
| Hex | 96 | 23 | D | 0 | 4D | 5B | 29 | A | 54 | 20 |
| Octal | 226 | 43 | 15 | 0 | 115 | 133 | 51 | 12 | 124 | 40 |
| Binary | 10010110 | 100011 | 1101 | 0 | 1001101 | 1011011 | 101001 | 1010 | 1010100 | 100000 |
Color Harmonies of #96230D
Complementary color
Monochromatic Colors of #96230D
Black with #96230D
Text Example
Text Example
White with #96230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96230D; }
p { color: rgb(150,35,13); }
H1.HeaderClassName
{
color: #96230D;
}
.AnyTagClassName
{
color: #96230D;
}
</style>
background-color css
<style>
a { background-color: #96230D; }
a { background-color: rgb(150,35,13); }
div.DivClassName
{
background-color: #96230D;
}
.BgClassName
{
background-color: #96230D;
}
</style>
border-color css
<style>
span { border-color: #96230D; }
span { border-color: rgb(150,35,13); }
td.TdClassName
{
border-color: #96230D;
}
.TagClassName
{
border-color: #96230D;
}
</style>