Shades of Desert #9B6140
Tints of Desert #9B6140
RGB
CMYK
RGB Variations
Color information
#9B6140 (or 0x9B6140) is known color: Desert. HEX triplet: 9B, 61 and 40. RGB value is (155,97,64). Sum of RGB (Red+Green+Blue) = 155+97+64=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6140 is #649EBF. Grayscale: #6E6E6E. Windows color (decimal): -6594240 or 4219291. OLE color: 4219291.
HSL color Cylindrical-coordinate representation of color #9B6140: hue angle of 21.76º 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 #9B6140 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 64 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.39 |
| HSL | 21.76º | 0.42% | 0.43% | - |
| HSV(B) | 21.76º | 0.59% | 0.61% | - |
| XYZ | 18.72 | 15.89 | 6.93 | - |
| YUV | 110.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 64 | 0 | 0.37 | 0.59 | 0.39 | 21.76 | 0.42 | 0.43 |
| Hex | 9B | 61 | 40 | 0 | 25 | 3B | 27 | 16 | 2A | 2B |
| Octal | 233 | 141 | 100 | 0 | 45 | 73 | 47 | 26 | 52 | 53 |
| Binary | 10011011 | 1100001 | 1000000 | 0 | 100101 | 111011 | 100111 | 10110 | 101010 | 101011 |
Color Harmonies of #9B6140
Complementary color
Monochromatic Colors of #9B6140
Black with #9B6140
Text Example
Text Example
White with #9B6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6140; }
p { color: rgb(155,97,64); }
H1.HeaderClassName
{
color: #9B6140;
}
.AnyTagClassName
{
color: #9B6140;
}
</style>
background-color css
<style>
a { background-color: #9B6140; }
a { background-color: rgb(155,97,64); }
div.DivClassName
{
background-color: #9B6140;
}
.BgClassName
{
background-color: #9B6140;
}
</style>
border-color css
<style>
span { border-color: #9B6140; }
span { border-color: rgb(155,97,64); }
td.TdClassName
{
border-color: #9B6140;
}
.TagClassName
{
border-color: #9B6140;
}
</style>