Shades of Desert #9F623F
Tints of Desert #9F623F
RGB
CMYK
RGB Variations
Color information
#9F623F (or 0x9F623F) is known color: Desert. HEX triplet: 9F, 62 and 3F. RGB value is (159,98,63). Sum of RGB (Red+Green+Blue) = 159+98+63=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F623F is #609DC0. Grayscale: #707070. Windows color (decimal): -6331841 or 4154015. OLE color: 4154015.
HSL color Cylindrical-coordinate representation of color #9F623F: hue angle of 21.88º 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 #9F623F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 63 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.38 |
| HSL | 21.88º | 0.43% | 0.44% | - |
| HSV(B) | 21.88º | 0.6% | 0.62% | - |
| XYZ | 19.56 | 16.47 | 6.85 | - |
| YUV | 112.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 63 | 0 | 0.38 | 0.60 | 0.38 | 21.88 | 0.43 | 0.44 |
| Hex | 9F | 62 | 3F | 0 | 26 | 3C | 26 | 16 | 2B | 2C |
| Octal | 237 | 142 | 77 | 0 | 46 | 74 | 46 | 26 | 53 | 54 |
| Binary | 10011111 | 1100010 | 111111 | 0 | 100110 | 111100 | 100110 | 10110 | 101011 | 101100 |
Color Harmonies of #9F623F
Complementary color
Monochromatic Colors of #9F623F
Black with #9F623F
Text Example
Text Example
White with #9F623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F623F; }
p { color: rgb(159,98,63); }
H1.HeaderClassName
{
color: #9F623F;
}
.AnyTagClassName
{
color: #9F623F;
}
</style>
background-color css
<style>
a { background-color: #9F623F; }
a { background-color: rgb(159,98,63); }
div.DivClassName
{
background-color: #9F623F;
}
.BgClassName
{
background-color: #9F623F;
}
</style>
border-color css
<style>
span { border-color: #9F623F; }
span { border-color: rgb(159,98,63); }
td.TdClassName
{
border-color: #9F623F;
}
.TagClassName
{
border-color: #9F623F;
}
</style>