Shades of Mandarian Orange #992106
Tints of Mandarian Orange #992106
RGB
CMYK
RGB Variations
Color information
#992106 (or 0x992106) is known color: Mandarian Orange. HEX triplet: 99, 21 and 06. RGB value is (153,33,6). Sum of RGB (Red+Green+Blue) = 153+33+6=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #992106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992106 is #66DEF9. Grayscale: #424242. Windows color (decimal): -6741754 or 401817. OLE color: 401817.
HSL color Cylindrical-coordinate representation of color #992106: hue angle of 11.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #992106 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.4 |
| HSL | 11.02º | 0.92% | 0.31% | - |
| HSV(B) | 11.02º | 0.96% | 0.6% | - |
| XYZ | 13.71 | 7.87 | 0.97 | - |
| YUV | 65.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 6 | 0 | 0.78 | 0.96 | 0.4 | 11.02 | 0.92 | 0.31 |
| Hex | 99 | 21 | 6 | 0 | 4E | 60 | 28 | B | 5C | 1F |
| Octal | 231 | 41 | 6 | 0 | 116 | 140 | 50 | 13 | 134 | 37 |
| Binary | 10011001 | 100001 | 110 | 0 | 1001110 | 1100000 | 101000 | 1011 | 1011100 | 11111 |
Color Harmonies of #992106
Complementary color
Monochromatic Colors of #992106
Black with #992106
Text Example
Text Example
White with #992106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992106; }
p { color: rgb(153,33,6); }
H1.HeaderClassName
{
color: #992106;
}
.AnyTagClassName
{
color: #992106;
}
</style>
background-color css
<style>
a { background-color: #992106; }
a { background-color: rgb(153,33,6); }
div.DivClassName
{
background-color: #992106;
}
.BgClassName
{
background-color: #992106;
}
</style>
border-color css
<style>
span { border-color: #992106; }
span { border-color: rgb(153,33,6); }
td.TdClassName
{
border-color: #992106;
}
.TagClassName
{
border-color: #992106;
}
</style>