Shades of Desert #9E603F
Tints of Desert #9E603F
RGB
CMYK
RGB Variations
Color information
#9E603F (or 0x9E603F) is known color: Desert. HEX triplet: 9E, 60 and 3F. RGB value is (158,96,63). Sum of RGB (Red+Green+Blue) = 158+96+63=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E603F is #619FC0. Grayscale: #6E6E6E. Windows color (decimal): -6397889 or 4153502. OLE color: 4153502.
HSL color Cylindrical-coordinate representation of color #9E603F: hue angle of 20.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E603F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 63 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.38 |
| HSL | 20.84º | 0.43% | 0.43% | - |
| HSV(B) | 20.84º | 0.6% | 0.62% | - |
| XYZ | 19.18 | 15.99 | 6.78 | - |
| YUV | 110.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 63 | 0 | 0.39 | 0.60 | 0.38 | 20.84 | 0.43 | 0.43 |
| Hex | 9E | 60 | 3F | 0 | 27 | 3C | 26 | 15 | 2B | 2B |
| Octal | 236 | 140 | 77 | 0 | 47 | 74 | 46 | 25 | 53 | 53 |
| Binary | 10011110 | 1100000 | 111111 | 0 | 100111 | 111100 | 100110 | 10101 | 101011 | 101011 |
Color Harmonies of #9E603F
Complementary color
Monochromatic Colors of #9E603F
Black with #9E603F
Text Example
Text Example
White with #9E603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E603F; }
p { color: rgb(158,96,63); }
H1.HeaderClassName
{
color: #9E603F;
}
.AnyTagClassName
{
color: #9E603F;
}
</style>
background-color css
<style>
a { background-color: #9E603F; }
a { background-color: rgb(158,96,63); }
div.DivClassName
{
background-color: #9E603F;
}
.BgClassName
{
background-color: #9E603F;
}
</style>
border-color css
<style>
span { border-color: #9E603F; }
span { border-color: rgb(158,96,63); }
td.TdClassName
{
border-color: #9E603F;
}
.TagClassName
{
border-color: #9E603F;
}
</style>