Shades of Desert #9E6B42
Tints of Desert #9E6B42
RGB
CMYK
RGB Variations
Color information
#9E6B42 (or 0x9E6B42) is known color: Desert. HEX triplet: 9E, 6B and 42. RGB value is (158,107,66). Sum of RGB (Red+Green+Blue) = 158+107+66=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B42 is #6194BD. Grayscale: #757575. Windows color (decimal): -6395070 or 4352926. OLE color: 4352926.
HSL color Cylindrical-coordinate representation of color #9E6B42: hue angle of 26.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6B42 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 66 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.38 |
| HSL | 26.74º | 0.41% | 0.44% | - |
| HSV(B) | 26.74º | 0.58% | 0.62% | - |
| XYZ | 20.34 | 18.18 | 7.59 | - |
| YUV | 117.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 66 | 0 | 0.32 | 0.58 | 0.38 | 26.74 | 0.41 | 0.44 |
| Hex | 9E | 6B | 42 | 0 | 20 | 3A | 26 | 1B | 29 | 2C |
| Octal | 236 | 153 | 102 | 0 | 40 | 72 | 46 | 33 | 51 | 54 |
| Binary | 10011110 | 1101011 | 1000010 | 0 | 100000 | 111010 | 100110 | 11011 | 101001 | 101100 |
Color Harmonies of #9E6B42
Complementary color
Monochromatic Colors of #9E6B42
Black with #9E6B42
Text Example
Text Example
White with #9E6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B42; }
p { color: rgb(158,107,66); }
H1.HeaderClassName
{
color: #9E6B42;
}
.AnyTagClassName
{
color: #9E6B42;
}
</style>
background-color css
<style>
a { background-color: #9E6B42; }
a { background-color: rgb(158,107,66); }
div.DivClassName
{
background-color: #9E6B42;
}
.BgClassName
{
background-color: #9E6B42;
}
</style>
border-color css
<style>
span { border-color: #9E6B42; }
span { border-color: rgb(158,107,66); }
td.TdClassName
{
border-color: #9E6B42;
}
.TagClassName
{
border-color: #9E6B42;
}
</style>