Shades of Desert #9F6441
Tints of Desert #9F6441
RGB
CMYK
RGB Variations
Color information
#9F6441 (or 0x9F6441) is known color: Desert. HEX triplet: 9F, 64 and 41. RGB value is (159,100,65). Sum of RGB (Red+Green+Blue) = 159+100+65=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6441 is #609BBE. Grayscale: #717171. Windows color (decimal): -6331327 or 4285599. OLE color: 4285599.
HSL color Cylindrical-coordinate representation of color #9F6441: hue angle of 22.34º degrees, saturation: 0.42, 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 #9F6441 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 65 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.38 |
| HSL | 22.34º | 0.42% | 0.44% | - |
| HSV(B) | 22.34º | 0.59% | 0.62% | - |
| XYZ | 19.81 | 16.87 | 7.21 | - |
| YUV | 113.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 65 | 0 | 0.37 | 0.59 | 0.38 | 22.34 | 0.42 | 0.44 |
| Hex | 9F | 64 | 41 | 0 | 25 | 3B | 26 | 16 | 2A | 2C |
| Octal | 237 | 144 | 101 | 0 | 45 | 73 | 46 | 26 | 52 | 54 |
| Binary | 10011111 | 1100100 | 1000001 | 0 | 100101 | 111011 | 100110 | 10110 | 101010 | 101100 |
Color Harmonies of #9F6441
Complementary color
Monochromatic Colors of #9F6441
Black with #9F6441
Text Example
Text Example
White with #9F6441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6441; }
p { color: rgb(159,100,65); }
H1.HeaderClassName
{
color: #9F6441;
}
.AnyTagClassName
{
color: #9F6441;
}
</style>
background-color css
<style>
a { background-color: #9F6441; }
a { background-color: rgb(159,100,65); }
div.DivClassName
{
background-color: #9F6441;
}
.BgClassName
{
background-color: #9F6441;
}
</style>
border-color css
<style>
span { border-color: #9F6441; }
span { border-color: rgb(159,100,65); }
td.TdClassName
{
border-color: #9F6441;
}
.TagClassName
{
border-color: #9F6441;
}
</style>