Shades of Desert #9C603D
Tints of Desert #9C603D
RGB
CMYK
RGB Variations
Color information
#9C603D (or 0x9C603D) is known color: Desert. HEX triplet: 9C, 60 and 3D. RGB value is (156,96,61). Sum of RGB (Red+Green+Blue) = 156+96+61=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C603D is #639FC2. Grayscale: #6E6E6E. Windows color (decimal): -6528963 or 4022428. OLE color: 4022428.
HSL color Cylindrical-coordinate representation of color #9C603D: hue angle of 22.11º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C603D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 61 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.39 |
| HSL | 22.11º | 0.44% | 0.43% | - |
| HSV(B) | 22.11º | 0.61% | 0.61% | - |
| XYZ | 18.74 | 15.77 | 6.47 | - |
| YUV | 109.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 61 | 0 | 0.38 | 0.61 | 0.39 | 22.11 | 0.44 | 0.43 |
| Hex | 9C | 60 | 3D | 0 | 26 | 3D | 27 | 16 | 2C | 2B |
| Octal | 234 | 140 | 75 | 0 | 46 | 75 | 47 | 26 | 54 | 53 |
| Binary | 10011100 | 1100000 | 111101 | 0 | 100110 | 111101 | 100111 | 10110 | 101100 | 101011 |
Color Harmonies of #9C603D
Complementary color
Monochromatic Colors of #9C603D
Black with #9C603D
Text Example
Text Example
White with #9C603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C603D; }
p { color: rgb(156,96,61); }
H1.HeaderClassName
{
color: #9C603D;
}
.AnyTagClassName
{
color: #9C603D;
}
</style>
background-color css
<style>
a { background-color: #9C603D; }
a { background-color: rgb(156,96,61); }
div.DivClassName
{
background-color: #9C603D;
}
.BgClassName
{
background-color: #9C603D;
}
</style>
border-color css
<style>
span { border-color: #9C603D; }
span { border-color: rgb(156,96,61); }
td.TdClassName
{
border-color: #9C603D;
}
.TagClassName
{
border-color: #9C603D;
}
</style>