Shades of Desert #9B6440
Tints of Desert #9B6440
RGB
CMYK
RGB Variations
Color information
#9B6440 (or 0x9B6440) is known color: Desert. HEX triplet: 9B, 64 and 40. RGB value is (155,100,64). Sum of RGB (Red+Green+Blue) = 155+100+64=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6440 is #649BBF. Grayscale: #707070. Windows color (decimal): -6593472 or 4220059. OLE color: 4220059.
HSL color Cylindrical-coordinate representation of color #9B6440: hue angle of 23.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B6440 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 64 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.39 |
| HSL | 23.74º | 0.42% | 0.43% | - |
| HSV(B) | 23.74º | 0.59% | 0.61% | - |
| XYZ | 19 | 16.45 | 7.02 | - |
| YUV | 112.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 64 | 0 | 0.35 | 0.59 | 0.39 | 23.74 | 0.42 | 0.43 |
| Hex | 9B | 64 | 40 | 0 | 23 | 3B | 27 | 18 | 2A | 2B |
| Octal | 233 | 144 | 100 | 0 | 43 | 73 | 47 | 30 | 52 | 53 |
| Binary | 10011011 | 1100100 | 1000000 | 0 | 100011 | 111011 | 100111 | 11000 | 101010 | 101011 |
Color Harmonies of #9B6440
Complementary color
Monochromatic Colors of #9B6440
Black with #9B6440
Text Example
Text Example
White with #9B6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6440; }
p { color: rgb(155,100,64); }
H1.HeaderClassName
{
color: #9B6440;
}
.AnyTagClassName
{
color: #9B6440;
}
</style>
background-color css
<style>
a { background-color: #9B6440; }
a { background-color: rgb(155,100,64); }
div.DivClassName
{
background-color: #9B6440;
}
.BgClassName
{
background-color: #9B6440;
}
</style>
border-color css
<style>
span { border-color: #9B6440; }
span { border-color: rgb(155,100,64); }
td.TdClassName
{
border-color: #9B6440;
}
.TagClassName
{
border-color: #9B6440;
}
</style>