Shades of Desert #9C6242
Tints of Desert #9C6242
RGB
CMYK
RGB Variations
Color information
#9C6242 (or 0x9C6242) is known color: Desert. HEX triplet: 9C, 62 and 42. RGB value is (156,98,66). Sum of RGB (Red+Green+Blue) = 156+98+66=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6242 is #639DBD. Grayscale: #6F6F6F. Windows color (decimal): -6528446 or 4350620. OLE color: 4350620.
HSL color Cylindrical-coordinate representation of color #9C6242: hue angle of 21.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6242 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 66 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.39 |
| HSL | 21.33º | 0.41% | 0.44% | - |
| HSV(B) | 21.33º | 0.58% | 0.61% | - |
| XYZ | 19.06 | 16.2 | 7.28 | - |
| YUV | 111.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 66 | 0 | 0.37 | 0.58 | 0.39 | 21.33 | 0.41 | 0.44 |
| Hex | 9C | 62 | 42 | 0 | 25 | 3A | 27 | 15 | 29 | 2C |
| Octal | 234 | 142 | 102 | 0 | 45 | 72 | 47 | 25 | 51 | 54 |
| Binary | 10011100 | 1100010 | 1000010 | 0 | 100101 | 111010 | 100111 | 10101 | 101001 | 101100 |
Color Harmonies of #9C6242
Complementary color
Monochromatic Colors of #9C6242
Black with #9C6242
Text Example
Text Example
White with #9C6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6242; }
p { color: rgb(156,98,66); }
H1.HeaderClassName
{
color: #9C6242;
}
.AnyTagClassName
{
color: #9C6242;
}
</style>
background-color css
<style>
a { background-color: #9C6242; }
a { background-color: rgb(156,98,66); }
div.DivClassName
{
background-color: #9C6242;
}
.BgClassName
{
background-color: #9C6242;
}
</style>
border-color css
<style>
span { border-color: #9C6242; }
span { border-color: rgb(156,98,66); }
td.TdClassName
{
border-color: #9C6242;
}
.TagClassName
{
border-color: #9C6242;
}
</style>