Shades of Desert #9C6540
Tints of Desert #9C6540
RGB
CMYK
RGB Variations
Color information
#9C6540 (or 0x9C6540) is known color: Desert. HEX triplet: 9C, 65 and 40. RGB value is (156,101,64). Sum of RGB (Red+Green+Blue) = 156+101+64=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6540 is #639ABF. Grayscale: #717171. Windows color (decimal): -6527680 or 4220316. OLE color: 4220316.
HSL color Cylindrical-coordinate representation of color #9C6540: hue angle of 24.13º 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 #9C6540 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 64 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.39 |
| HSL | 24.13º | 0.42% | 0.43% | - |
| HSV(B) | 24.13º | 0.59% | 0.61% | - |
| XYZ | 19.29 | 16.75 | 7.07 | - |
| YUV | 113.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 64 | 0 | 0.35 | 0.59 | 0.39 | 24.13 | 0.42 | 0.43 |
| Hex | 9C | 65 | 40 | 0 | 23 | 3B | 27 | 18 | 2A | 2B |
| Octal | 234 | 145 | 100 | 0 | 43 | 73 | 47 | 30 | 52 | 53 |
| Binary | 10011100 | 1100101 | 1000000 | 0 | 100011 | 111011 | 100111 | 11000 | 101010 | 101011 |
Color Harmonies of #9C6540
Complementary color
Monochromatic Colors of #9C6540
Black with #9C6540
Text Example
Text Example
White with #9C6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6540; }
p { color: rgb(156,101,64); }
H1.HeaderClassName
{
color: #9C6540;
}
.AnyTagClassName
{
color: #9C6540;
}
</style>
background-color css
<style>
a { background-color: #9C6540; }
a { background-color: rgb(156,101,64); }
div.DivClassName
{
background-color: #9C6540;
}
.BgClassName
{
background-color: #9C6540;
}
</style>
border-color css
<style>
span { border-color: #9C6540; }
span { border-color: rgb(156,101,64); }
td.TdClassName
{
border-color: #9C6540;
}
.TagClassName
{
border-color: #9C6540;
}
</style>