Shades of Desert #9E6940
Tints of Desert #9E6940
RGB
CMYK
RGB Variations
Color information
#9E6940 (or 0x9E6940) is known color: Desert. HEX triplet: 9E, 69 and 40. RGB value is (158,105,64). Sum of RGB (Red+Green+Blue) = 158+105+64=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6940 is #6196BF. Grayscale: #747474. Windows color (decimal): -6395584 or 4221342. OLE color: 4221342.
HSL color Cylindrical-coordinate representation of color #9E6940: hue angle of 26.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E6940 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 64 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.38 |
| HSL | 26.17º | 0.42% | 0.44% | - |
| HSV(B) | 26.17º | 0.59% | 0.62% | - |
| XYZ | 20.08 | 17.74 | 7.22 | - |
| YUV | 116.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 64 | 0 | 0.34 | 0.59 | 0.38 | 26.17 | 0.42 | 0.44 |
| Hex | 9E | 69 | 40 | 0 | 22 | 3B | 26 | 1A | 2A | 2C |
| Octal | 236 | 151 | 100 | 0 | 42 | 73 | 46 | 32 | 52 | 54 |
| Binary | 10011110 | 1101001 | 1000000 | 0 | 100010 | 111011 | 100110 | 11010 | 101010 | 101100 |
Color Harmonies of #9E6940
Complementary color
Monochromatic Colors of #9E6940
Black with #9E6940
Text Example
Text Example
White with #9E6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6940; }
p { color: rgb(158,105,64); }
H1.HeaderClassName
{
color: #9E6940;
}
.AnyTagClassName
{
color: #9E6940;
}
</style>
background-color css
<style>
a { background-color: #9E6940; }
a { background-color: rgb(158,105,64); }
div.DivClassName
{
background-color: #9E6940;
}
.BgClassName
{
background-color: #9E6940;
}
</style>
border-color css
<style>
span { border-color: #9E6940; }
span { border-color: rgb(158,105,64); }
td.TdClassName
{
border-color: #9E6940;
}
.TagClassName
{
border-color: #9E6940;
}
</style>