Shades of Desert #9D6841
Tints of Desert #9D6841
RGB
CMYK
RGB Variations
Color information
#9D6841 (or 0x9D6841) is known color: Desert. HEX triplet: 9D, 68 and 41. RGB value is (157,104,65). Sum of RGB (Red+Green+Blue) = 157+104+65=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6841 is #6297BE. Grayscale: #737373. Windows color (decimal): -6461375 or 4286621. OLE color: 4286621.
HSL color Cylindrical-coordinate representation of color #9D6841: hue angle of 25.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D6841 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 65 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.38 |
| HSL | 25.43º | 0.41% | 0.44% | - |
| HSV(B) | 25.43º | 0.59% | 0.62% | - |
| XYZ | 19.81 | 17.45 | 7.33 | - |
| YUV | 115.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 65 | 0 | 0.34 | 0.59 | 0.38 | 25.43 | 0.41 | 0.44 |
| Hex | 9D | 68 | 41 | 0 | 22 | 3B | 26 | 19 | 29 | 2C |
| Octal | 235 | 150 | 101 | 0 | 42 | 73 | 46 | 31 | 51 | 54 |
| Binary | 10011101 | 1101000 | 1000001 | 0 | 100010 | 111011 | 100110 | 11001 | 101001 | 101100 |
Color Harmonies of #9D6841
Complementary color
Monochromatic Colors of #9D6841
Black with #9D6841
Text Example
Text Example
White with #9D6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6841; }
p { color: rgb(157,104,65); }
H1.HeaderClassName
{
color: #9D6841;
}
.AnyTagClassName
{
color: #9D6841;
}
</style>
background-color css
<style>
a { background-color: #9D6841; }
a { background-color: rgb(157,104,65); }
div.DivClassName
{
background-color: #9D6841;
}
.BgClassName
{
background-color: #9D6841;
}
</style>
border-color css
<style>
span { border-color: #9D6841; }
span { border-color: rgb(157,104,65); }
td.TdClassName
{
border-color: #9D6841;
}
.TagClassName
{
border-color: #9D6841;
}
</style>