Shades of Desert #9C6040
Tints of Desert #9C6040
RGB
CMYK
RGB Variations
Color information
#9C6040 (or 0x9C6040) is known color: Desert. HEX triplet: 9C, 60 and 40. RGB value is (156,96,64). Sum of RGB (Red+Green+Blue) = 156+96+64=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6040 is #639FBF. Grayscale: #6E6E6E. Windows color (decimal): -6528960 or 4219036. OLE color: 4219036.
HSL color Cylindrical-coordinate representation of color #9C6040: hue angle of 20.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C6040 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 64 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.39 |
| HSL | 20.87º | 0.42% | 0.43% | - |
| HSV(B) | 20.87º | 0.59% | 0.61% | - |
| XYZ | 18.82 | 15.8 | 6.91 | - |
| YUV | 110.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 64 | 0 | 0.38 | 0.59 | 0.39 | 20.87 | 0.42 | 0.43 |
| Hex | 9C | 60 | 40 | 0 | 26 | 3B | 27 | 15 | 2A | 2B |
| Octal | 234 | 140 | 100 | 0 | 46 | 73 | 47 | 25 | 52 | 53 |
| Binary | 10011100 | 1100000 | 1000000 | 0 | 100110 | 111011 | 100111 | 10101 | 101010 | 101011 |
Color Harmonies of #9C6040
Complementary color
Monochromatic Colors of #9C6040
Black with #9C6040
Text Example
Text Example
White with #9C6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6040; }
p { color: rgb(156,96,64); }
H1.HeaderClassName
{
color: #9C6040;
}
.AnyTagClassName
{
color: #9C6040;
}
</style>
background-color css
<style>
a { background-color: #9C6040; }
a { background-color: rgb(156,96,64); }
div.DivClassName
{
background-color: #9C6040;
}
.BgClassName
{
background-color: #9C6040;
}
</style>
border-color css
<style>
span { border-color: #9C6040; }
span { border-color: rgb(156,96,64); }
td.TdClassName
{
border-color: #9C6040;
}
.TagClassName
{
border-color: #9C6040;
}
</style>