Shades of Mandarian Orange #9B2605
Tints of Mandarian Orange #9B2605
RGB
CMYK
RGB Variations
Color information
#9B2605 (or 0x9B2605) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 05. RGB value is (155,38,5). Sum of RGB (Red+Green+Blue) = 155+38+5=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2605 is #64D9FA. Grayscale: #454545. Windows color (decimal): -6609403 or 337563. OLE color: 337563.
HSL color Cylindrical-coordinate representation of color #9B2605: hue angle of 13.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B2605 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.39 |
| HSL | 13.2º | 0.94% | 0.31% | - |
| HSV(B) | 13.2º | 0.97% | 0.61% | - |
| XYZ | 14.24 | 8.37 | 1.01 | - |
| YUV | 69.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 5 | 0 | 0.75 | 0.97 | 0.39 | 13.2 | 0.94 | 0.31 |
| Hex | 9B | 26 | 5 | 0 | 4B | 61 | 27 | D | 5E | 1F |
| Octal | 233 | 46 | 5 | 0 | 113 | 141 | 47 | 15 | 136 | 37 |
| Binary | 10011011 | 100110 | 101 | 0 | 1001011 | 1100001 | 100111 | 1101 | 1011110 | 11111 |
Color Harmonies of #9B2605
Complementary color
Monochromatic Colors of #9B2605
Black with #9B2605
Text Example
Text Example
White with #9B2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2605; }
p { color: rgb(155,38,5); }
H1.HeaderClassName
{
color: #9B2605;
}
.AnyTagClassName
{
color: #9B2605;
}
</style>
background-color css
<style>
a { background-color: #9B2605; }
a { background-color: rgb(155,38,5); }
div.DivClassName
{
background-color: #9B2605;
}
.BgClassName
{
background-color: #9B2605;
}
</style>
border-color css
<style>
span { border-color: #9B2605; }
span { border-color: rgb(155,38,5); }
td.TdClassName
{
border-color: #9B2605;
}
.TagClassName
{
border-color: #9B2605;
}
</style>