Shades of Desert #9E663D
Tints of Desert #9E663D
RGB
CMYK
RGB Variations
Color information
#9E663D (or 0x9E663D) is known color: Desert. HEX triplet: 9E, 66 and 3D. RGB value is (158,102,61). Sum of RGB (Red+Green+Blue) = 158+102+61=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E663D is #6199C2. Grayscale: #727272. Windows color (decimal): -6396355 or 4023966. OLE color: 4023966.
HSL color Cylindrical-coordinate representation of color #9E663D: hue angle of 25.36º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E663D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 61 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.38 |
| HSL | 25.36º | 0.44% | 0.43% | - |
| HSV(B) | 25.36º | 0.61% | 0.62% | - |
| XYZ | 19.69 | 17.11 | 6.68 | - |
| YUV | 114.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 61 | 0 | 0.35 | 0.61 | 0.38 | 25.36 | 0.44 | 0.43 |
| Hex | 9E | 66 | 3D | 0 | 23 | 3D | 26 | 19 | 2C | 2B |
| Octal | 236 | 146 | 75 | 0 | 43 | 75 | 46 | 31 | 54 | 53 |
| Binary | 10011110 | 1100110 | 111101 | 0 | 100011 | 111101 | 100110 | 11001 | 101100 | 101011 |
Color Harmonies of #9E663D
Complementary color
Monochromatic Colors of #9E663D
Black with #9E663D
Text Example
Text Example
White with #9E663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E663D; }
p { color: rgb(158,102,61); }
H1.HeaderClassName
{
color: #9E663D;
}
.AnyTagClassName
{
color: #9E663D;
}
</style>
background-color css
<style>
a { background-color: #9E663D; }
a { background-color: rgb(158,102,61); }
div.DivClassName
{
background-color: #9E663D;
}
.BgClassName
{
background-color: #9E663D;
}
</style>
border-color css
<style>
span { border-color: #9E663D; }
span { border-color: rgb(158,102,61); }
td.TdClassName
{
border-color: #9E663D;
}
.TagClassName
{
border-color: #9E663D;
}
</style>