Shades of Desert #9E6342
Tints of Desert #9E6342
RGB
CMYK
RGB Variations
Color information
#9E6342 (or 0x9E6342) is known color: Desert. HEX triplet: 9E, 63 and 42. RGB value is (158,99,66). Sum of RGB (Red+Green+Blue) = 158+99+66=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6342 is #619CBD. Grayscale: #717171. Windows color (decimal): -6397118 or 4350878. OLE color: 4350878.
HSL color Cylindrical-coordinate representation of color #9E6342: hue angle of 21.52º 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 #9E6342 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 66 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.38 |
| HSL | 21.52º | 0.41% | 0.44% | - |
| HSV(B) | 21.52º | 0.58% | 0.62% | - |
| XYZ | 19.55 | 16.59 | 7.33 | - |
| YUV | 112.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 66 | 0 | 0.37 | 0.58 | 0.38 | 21.52 | 0.41 | 0.44 |
| Hex | 9E | 63 | 42 | 0 | 25 | 3A | 26 | 16 | 29 | 2C |
| Octal | 236 | 143 | 102 | 0 | 45 | 72 | 46 | 26 | 51 | 54 |
| Binary | 10011110 | 1100011 | 1000010 | 0 | 100101 | 111010 | 100110 | 10110 | 101001 | 101100 |
Color Harmonies of #9E6342
Complementary color
Monochromatic Colors of #9E6342
Black with #9E6342
Text Example
Text Example
White with #9E6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6342; }
p { color: rgb(158,99,66); }
H1.HeaderClassName
{
color: #9E6342;
}
.AnyTagClassName
{
color: #9E6342;
}
</style>
background-color css
<style>
a { background-color: #9E6342; }
a { background-color: rgb(158,99,66); }
div.DivClassName
{
background-color: #9E6342;
}
.BgClassName
{
background-color: #9E6342;
}
</style>
border-color css
<style>
span { border-color: #9E6342; }
span { border-color: rgb(158,99,66); }
td.TdClassName
{
border-color: #9E6342;
}
.TagClassName
{
border-color: #9E6342;
}
</style>