Shades of Desert #9F6546
Tints of Desert #9F6546
RGB
CMYK
RGB Variations
Color information
#9F6546 (or 0x9F6546) is known color: Desert. HEX triplet: 9F, 65 and 46. RGB value is (159,101,70). Sum of RGB (Red+Green+Blue) = 159+101+70=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6546 is #609AB9. Grayscale: #727272. Windows color (decimal): -6331066 or 4613535. OLE color: 4613535.
HSL color Cylindrical-coordinate representation of color #9F6546: hue angle of 20.9º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F6546 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 70 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.38 |
| HSL | 20.9º | 0.39% | 0.45% | - |
| HSV(B) | 20.9º | 0.56% | 0.62% | - |
| XYZ | 20.06 | 17.12 | 8.04 | - |
| YUV | 114.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 70 | 0 | 0.36 | 0.56 | 0.38 | 20.9 | 0.39 | 0.45 |
| Hex | 9F | 65 | 46 | 0 | 24 | 38 | 26 | 15 | 27 | 2D |
| Octal | 237 | 145 | 106 | 0 | 44 | 70 | 46 | 25 | 47 | 55 |
| Binary | 10011111 | 1100101 | 1000110 | 0 | 100100 | 111000 | 100110 | 10101 | 100111 | 101101 |
Color Harmonies of #9F6546
Complementary color
Monochromatic Colors of #9F6546
Black with #9F6546
Text Example
Text Example
White with #9F6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6546; }
p { color: rgb(159,101,70); }
H1.HeaderClassName
{
color: #9F6546;
}
.AnyTagClassName
{
color: #9F6546;
}
</style>
background-color css
<style>
a { background-color: #9F6546; }
a { background-color: rgb(159,101,70); }
div.DivClassName
{
background-color: #9F6546;
}
.BgClassName
{
background-color: #9F6546;
}
</style>
border-color css
<style>
span { border-color: #9F6546; }
span { border-color: rgb(159,101,70); }
td.TdClassName
{
border-color: #9F6546;
}
.TagClassName
{
border-color: #9F6546;
}
</style>