Shades of Desert #9F6136
Tints of Desert #9F6136
RGB
CMYK
RGB Variations
Color information
#9F6136 (or 0x9F6136) is known color: Desert. HEX triplet: 9F, 61 and 36. RGB value is (159,97,54). Sum of RGB (Red+Green+Blue) = 159+97+54=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6136 is #609EC9. Grayscale: #6E6E6E. Windows color (decimal): -6332106 or 3563935. OLE color: 3563935.
HSL color Cylindrical-coordinate representation of color #9F6136: hue angle of 24.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F6136 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 54 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.38 |
| HSL | 24.57º | 0.49% | 0.42% | - |
| HSV(B) | 24.57º | 0.66% | 0.62% | - |
| XYZ | 19.24 | 16.19 | 5.6 | - |
| YUV | 110.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 54 | 0 | 0.39 | 0.66 | 0.38 | 24.57 | 0.49 | 0.42 |
| Hex | 9F | 61 | 36 | 0 | 27 | 42 | 26 | 19 | 31 | 2A |
| Octal | 237 | 141 | 66 | 0 | 47 | 102 | 46 | 31 | 61 | 52 |
| Binary | 10011111 | 1100001 | 110110 | 0 | 100111 | 1000010 | 100110 | 11001 | 110001 | 101010 |
Color Harmonies of #9F6136
Complementary color
Monochromatic Colors of #9F6136
Black with #9F6136
Text Example
Text Example
White with #9F6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6136; }
p { color: rgb(159,97,54); }
H1.HeaderClassName
{
color: #9F6136;
}
.AnyTagClassName
{
color: #9F6136;
}
</style>
background-color css
<style>
a { background-color: #9F6136; }
a { background-color: rgb(159,97,54); }
div.DivClassName
{
background-color: #9F6136;
}
.BgClassName
{
background-color: #9F6136;
}
</style>
border-color css
<style>
span { border-color: #9F6136; }
span { border-color: rgb(159,97,54); }
td.TdClassName
{
border-color: #9F6136;
}
.TagClassName
{
border-color: #9F6136;
}
</style>