Shades of Mandarian Orange #96260D
Tints of Mandarian Orange #96260D
RGB
CMYK
RGB Variations
Color information
#96260D (or 0x96260D) is known color: Mandarian Orange. HEX triplet: 96, 26 and 0D. RGB value is (150,38,13). Sum of RGB (Red+Green+Blue) = 150+38+13=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96260D is #69D9F2. Grayscale: #444444. Windows color (decimal): -6937075 or 861846. OLE color: 861846.
HSL color Cylindrical-coordinate representation of color #96260D: hue angle of 10.95º 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 #96260D is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 13 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.41 |
| HSL | 10.95º | 0.84% | 0.32% | - |
| HSV(B) | 10.95º | 0.91% | 0.59% | - |
| XYZ | 13.34 | 7.9 | 1.2 | - |
| YUV | 68.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 13 | 0 | 0.75 | 0.91 | 0.41 | 10.95 | 0.84 | 0.32 |
| Hex | 96 | 26 | D | 0 | 4B | 5B | 29 | B | 54 | 20 |
| Octal | 226 | 46 | 15 | 0 | 113 | 133 | 51 | 13 | 124 | 40 |
| Binary | 10010110 | 100110 | 1101 | 0 | 1001011 | 1011011 | 101001 | 1011 | 1010100 | 100000 |
Color Harmonies of #96260D
Complementary color
Monochromatic Colors of #96260D
Black with #96260D
Text Example
Text Example
White with #96260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96260D; }
p { color: rgb(150,38,13); }
H1.HeaderClassName
{
color: #96260D;
}
.AnyTagClassName
{
color: #96260D;
}
</style>
background-color css
<style>
a { background-color: #96260D; }
a { background-color: rgb(150,38,13); }
div.DivClassName
{
background-color: #96260D;
}
.BgClassName
{
background-color: #96260D;
}
</style>
border-color css
<style>
span { border-color: #96260D; }
span { border-color: rgb(150,38,13); }
td.TdClassName
{
border-color: #96260D;
}
.TagClassName
{
border-color: #96260D;
}
</style>