Shades of Desert #9F633D
Tints of Desert #9F633D
RGB
CMYK
RGB Variations
Color information
#9F633D (or 0x9F633D) is known color: Desert. HEX triplet: 9F, 63 and 3D. RGB value is (159,99,61). Sum of RGB (Red+Green+Blue) = 159+99+61=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F633D is #609CC2. Grayscale: #707070. Windows color (decimal): -6331587 or 4023199. OLE color: 4023199.
HSL color Cylindrical-coordinate representation of color #9F633D: hue angle of 23.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F633D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 61 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.38 |
| HSL | 23.27º | 0.45% | 0.43% | - |
| HSV(B) | 23.27º | 0.62% | 0.62% | - |
| XYZ | 19.6 | 16.63 | 6.59 | - |
| YUV | 112.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 61 | 0 | 0.38 | 0.62 | 0.38 | 23.27 | 0.45 | 0.43 |
| Hex | 9F | 63 | 3D | 0 | 26 | 3E | 26 | 17 | 2D | 2B |
| Octal | 237 | 143 | 75 | 0 | 46 | 76 | 46 | 27 | 55 | 53 |
| Binary | 10011111 | 1100011 | 111101 | 0 | 100110 | 111110 | 100110 | 10111 | 101101 | 101011 |
Color Harmonies of #9F633D
Complementary color
Monochromatic Colors of #9F633D
Black with #9F633D
Text Example
Text Example
White with #9F633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F633D; }
p { color: rgb(159,99,61); }
H1.HeaderClassName
{
color: #9F633D;
}
.AnyTagClassName
{
color: #9F633D;
}
</style>
background-color css
<style>
a { background-color: #9F633D; }
a { background-color: rgb(159,99,61); }
div.DivClassName
{
background-color: #9F633D;
}
.BgClassName
{
background-color: #9F633D;
}
</style>
border-color css
<style>
span { border-color: #9F633D; }
span { border-color: rgb(159,99,61); }
td.TdClassName
{
border-color: #9F633D;
}
.TagClassName
{
border-color: #9F633D;
}
</style>