Shades of Mandarian Orange #9B2006
Tints of Mandarian Orange #9B2006
RGB
CMYK
RGB Variations
Color information
#9B2006 (or 0x9B2006) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 06. RGB value is (155,32,6). Sum of RGB (Red+Green+Blue) = 155+32+6=193 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.31% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2006 is #64DFF9. Grayscale: #424242. Windows color (decimal): -6610938 or 401563. OLE color: 401563.
HSL color Cylindrical-coordinate representation of color #9B2006: hue angle of 10.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B2006 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.39 |
| HSL | 10.47º | 0.93% | 0.32% | - |
| HSV(B) | 10.47º | 0.96% | 0.61% | - |
| XYZ | 14.07 | 8.01 | 0.98 | - |
| YUV | 65.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 6 | 0 | 0.79 | 0.96 | 0.39 | 10.47 | 0.93 | 0.32 |
| Hex | 9B | 20 | 6 | 0 | 4F | 60 | 27 | A | 5D | 20 |
| Octal | 233 | 40 | 6 | 0 | 117 | 140 | 47 | 12 | 135 | 40 |
| Binary | 10011011 | 100000 | 110 | 0 | 1001111 | 1100000 | 100111 | 1010 | 1011101 | 100000 |
Color Harmonies of #9B2006
Complementary color
Monochromatic Colors of #9B2006
Black with #9B2006
Text Example
Text Example
White with #9B2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2006; }
p { color: rgb(155,32,6); }
H1.HeaderClassName
{
color: #9B2006;
}
.AnyTagClassName
{
color: #9B2006;
}
</style>
background-color css
<style>
a { background-color: #9B2006; }
a { background-color: rgb(155,32,6); }
div.DivClassName
{
background-color: #9B2006;
}
.BgClassName
{
background-color: #9B2006;
}
</style>
border-color css
<style>
span { border-color: #9B2006; }
span { border-color: rgb(155,32,6); }
td.TdClassName
{
border-color: #9B2006;
}
.TagClassName
{
border-color: #9B2006;
}
</style>