Shades of Mandarian Orange #992610
Tints of Mandarian Orange #992610
RGB
CMYK
RGB Variations
Color information
#992610 (or 0x992610) is known color: Mandarian Orange. HEX triplet: 99, 26 and 10. RGB value is (153,38,16). Sum of RGB (Red+Green+Blue) = 153+38+16=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992610 is #66D9EF. Grayscale: #464646. Windows color (decimal): -6740464 or 1058457. OLE color: 1058457.
HSL color Cylindrical-coordinate representation of color #992610: hue angle of 9.64º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992610 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 16 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.4 |
| HSL | 9.64º | 0.81% | 0.33% | - |
| HSV(B) | 9.64º | 0.9% | 0.6% | - |
| XYZ | 13.92 | 8.2 | 1.34 | - |
| YUV | 69.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 16 | 0 | 0.75 | 0.90 | 0.4 | 9.64 | 0.81 | 0.33 |
| Hex | 99 | 26 | 10 | 0 | 4B | 5A | 28 | A | 51 | 21 |
| Octal | 231 | 46 | 20 | 0 | 113 | 132 | 50 | 12 | 121 | 41 |
| Binary | 10011001 | 100110 | 10000 | 0 | 1001011 | 1011010 | 101000 | 1010 | 1010001 | 100001 |
Color Harmonies of #992610
Complementary color
Monochromatic Colors of #992610
Black with #992610
Text Example
Text Example
White with #992610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992610; }
p { color: rgb(153,38,16); }
H1.HeaderClassName
{
color: #992610;
}
.AnyTagClassName
{
color: #992610;
}
</style>
background-color css
<style>
a { background-color: #992610; }
a { background-color: rgb(153,38,16); }
div.DivClassName
{
background-color: #992610;
}
.BgClassName
{
background-color: #992610;
}
</style>
border-color css
<style>
span { border-color: #992610; }
span { border-color: rgb(153,38,16); }
td.TdClassName
{
border-color: #992610;
}
.TagClassName
{
border-color: #992610;
}
</style>