Shades of Desert #9F653F
Tints of Desert #9F653F
RGB
CMYK
RGB Variations
Color information
#9F653F (or 0x9F653F) is known color: Desert. HEX triplet: 9F, 65 and 3F. RGB value is (159,101,63). Sum of RGB (Red+Green+Blue) = 159+101+63=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F653F is #609AC0. Grayscale: #727272. Windows color (decimal): -6331073 or 4154783. OLE color: 4154783.
HSL color Cylindrical-coordinate representation of color #9F653F: hue angle of 23.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F653F is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 63 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.38 |
| HSL | 23.75º | 0.43% | 0.44% | - |
| HSV(B) | 23.75º | 0.6% | 0.62% | - |
| XYZ | 19.85 | 17.04 | 6.94 | - |
| YUV | 114.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 63 | 0 | 0.36 | 0.60 | 0.38 | 23.75 | 0.43 | 0.44 |
| Hex | 9F | 65 | 3F | 0 | 24 | 3C | 26 | 18 | 2B | 2C |
| Octal | 237 | 145 | 77 | 0 | 44 | 74 | 46 | 30 | 53 | 54 |
| Binary | 10011111 | 1100101 | 111111 | 0 | 100100 | 111100 | 100110 | 11000 | 101011 | 101100 |
Color Harmonies of #9F653F
Complementary color
Monochromatic Colors of #9F653F
Black with #9F653F
Text Example
Text Example
White with #9F653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F653F; }
p { color: rgb(159,101,63); }
H1.HeaderClassName
{
color: #9F653F;
}
.AnyTagClassName
{
color: #9F653F;
}
</style>
background-color css
<style>
a { background-color: #9F653F; }
a { background-color: rgb(159,101,63); }
div.DivClassName
{
background-color: #9F653F;
}
.BgClassName
{
background-color: #9F653F;
}
</style>
border-color css
<style>
span { border-color: #9F653F; }
span { border-color: rgb(159,101,63); }
td.TdClassName
{
border-color: #9F653F;
}
.TagClassName
{
border-color: #9F653F;
}
</style>