Shades of Desert #9C653B
Tints of Desert #9C653B
RGB
CMYK
RGB Variations
Color information
#9C653B (or 0x9C653B) is known color: Desert. HEX triplet: 9C, 65 and 3B. RGB value is (156,101,59). Sum of RGB (Red+Green+Blue) = 156+101+59=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C653B is #639AC4. Grayscale: #707070. Windows color (decimal): -6527685 or 3892636. OLE color: 3892636.
HSL color Cylindrical-coordinate representation of color #9C653B: hue angle of 25.98º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C653B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 59 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.39 |
| HSL | 25.98º | 0.45% | 0.42% | - |
| HSV(B) | 25.98º | 0.62% | 0.61% | - |
| XYZ | 19.15 | 16.69 | 6.35 | - |
| YUV | 112.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 59 | 0 | 0.35 | 0.62 | 0.39 | 25.98 | 0.45 | 0.42 |
| Hex | 9C | 65 | 3B | 0 | 23 | 3E | 27 | 1A | 2D | 2A |
| Octal | 234 | 145 | 73 | 0 | 43 | 76 | 47 | 32 | 55 | 52 |
| Binary | 10011100 | 1100101 | 111011 | 0 | 100011 | 111110 | 100111 | 11010 | 101101 | 101010 |
Color Harmonies of #9C653B
Complementary color
Monochromatic Colors of #9C653B
Black with #9C653B
Text Example
Text Example
White with #9C653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C653B; }
p { color: rgb(156,101,59); }
H1.HeaderClassName
{
color: #9C653B;
}
.AnyTagClassName
{
color: #9C653B;
}
</style>
background-color css
<style>
a { background-color: #9C653B; }
a { background-color: rgb(156,101,59); }
div.DivClassName
{
background-color: #9C653B;
}
.BgClassName
{
background-color: #9C653B;
}
</style>
border-color css
<style>
span { border-color: #9C653B; }
span { border-color: rgb(156,101,59); }
td.TdClassName
{
border-color: #9C653B;
}
.TagClassName
{
border-color: #9C653B;
}
</style>