Shades of Desert #9C653A
Tints of Desert #9C653A
RGB
CMYK
RGB Variations
Color information
#9C653A (or 0x9C653A) is known color: Desert. HEX triplet: 9C, 65 and 3A. RGB value is (156,101,58). Sum of RGB (Red+Green+Blue) = 156+101+58=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C653A is #639AC5. Grayscale: #707070. Windows color (decimal): -6527686 or 3827100. OLE color: 3827100.
HSL color Cylindrical-coordinate representation of color #9C653A: hue angle of 26.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C653A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 58 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.39 |
| HSL | 26.33º | 0.46% | 0.42% | - |
| HSV(B) | 26.33º | 0.63% | 0.61% | - |
| XYZ | 19.13 | 16.68 | 6.21 | - |
| YUV | 112.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 58 | 0 | 0.35 | 0.63 | 0.39 | 26.33 | 0.46 | 0.42 |
| Hex | 9C | 65 | 3A | 0 | 23 | 3F | 27 | 1A | 2E | 2A |
| Octal | 234 | 145 | 72 | 0 | 43 | 77 | 47 | 32 | 56 | 52 |
| Binary | 10011100 | 1100101 | 111010 | 0 | 100011 | 111111 | 100111 | 11010 | 101110 | 101010 |
Color Harmonies of #9C653A
Complementary color
Monochromatic Colors of #9C653A
Black with #9C653A
Text Example
Text Example
White with #9C653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C653A; }
p { color: rgb(156,101,58); }
H1.HeaderClassName
{
color: #9C653A;
}
.AnyTagClassName
{
color: #9C653A;
}
</style>
background-color css
<style>
a { background-color: #9C653A; }
a { background-color: rgb(156,101,58); }
div.DivClassName
{
background-color: #9C653A;
}
.BgClassName
{
background-color: #9C653A;
}
</style>
border-color css
<style>
span { border-color: #9C653A; }
span { border-color: rgb(156,101,58); }
td.TdClassName
{
border-color: #9C653A;
}
.TagClassName
{
border-color: #9C653A;
}
</style>