Shades of Desert #9B5E3C
Tints of Desert #9B5E3C
RGB
CMYK
RGB Variations
Color information
#9B5E3C (or 0x9B5E3C) is known color: Desert. HEX triplet: 9B, 5E and 3C. RGB value is (155,94,60). Sum of RGB (Red+Green+Blue) = 155+94+60=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E3C is #64A1C3. Grayscale: #6C6C6C. Windows color (decimal): -6595012 or 3956379. OLE color: 3956379.
HSL color Cylindrical-coordinate representation of color #9B5E3C: hue angle of 21.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B5E3C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 60 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.39 |
| HSL | 21.47º | 0.44% | 0.42% | - |
| HSV(B) | 21.47º | 0.61% | 0.61% | - |
| XYZ | 18.34 | 15.3 | 6.26 | - |
| YUV | 108.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 60 | 0 | 0.39 | 0.61 | 0.39 | 21.47 | 0.44 | 0.42 |
| Hex | 9B | 5E | 3C | 0 | 27 | 3D | 27 | 15 | 2C | 2A |
| Octal | 233 | 136 | 74 | 0 | 47 | 75 | 47 | 25 | 54 | 52 |
| Binary | 10011011 | 1011110 | 111100 | 0 | 100111 | 111101 | 100111 | 10101 | 101100 | 101010 |
Color Harmonies of #9B5E3C
Complementary color
Monochromatic Colors of #9B5E3C
Black with #9B5E3C
Text Example
Text Example
White with #9B5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E3C; }
p { color: rgb(155,94,60); }
H1.HeaderClassName
{
color: #9B5E3C;
}
.AnyTagClassName
{
color: #9B5E3C;
}
</style>
background-color css
<style>
a { background-color: #9B5E3C; }
a { background-color: rgb(155,94,60); }
div.DivClassName
{
background-color: #9B5E3C;
}
.BgClassName
{
background-color: #9B5E3C;
}
</style>
border-color css
<style>
span { border-color: #9B5E3C; }
span { border-color: rgb(155,94,60); }
td.TdClassName
{
border-color: #9B5E3C;
}
.TagClassName
{
border-color: #9B5E3C;
}
</style>