Shades of Desert #986740
Tints of Desert #986740
RGB
CMYK
RGB Variations
Color information
#986740 (or 0x986740) is known color: Desert. HEX triplet: 98, 67 and 40. RGB value is (152,103,64). Sum of RGB (Red+Green+Blue) = 152+103+64=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986740 is #6798BF. Grayscale: #717171. Windows color (decimal): -6789312 or 4220824. OLE color: 4220824.
HSL color Cylindrical-coordinate representation of color #986740: hue angle of 26.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #986740 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 64 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.40 |
| HSL | 26.59º | 0.41% | 0.42% | - |
| HSV(B) | 26.59º | 0.58% | 0.6% | - |
| XYZ | 18.72 | 16.75 | 7.1 | - |
| YUV | 113.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 64 | 0 | 0.32 | 0.58 | 0.40 | 26.59 | 0.41 | 0.42 |
| Hex | 98 | 67 | 40 | 0 | 20 | 3A | 28 | 1B | 29 | 2A |
| Octal | 230 | 147 | 100 | 0 | 40 | 72 | 50 | 33 | 51 | 52 |
| Binary | 10011000 | 1100111 | 1000000 | 0 | 100000 | 111010 | 101000 | 11011 | 101001 | 101010 |
Color Harmonies of #986740
Complementary color
Monochromatic Colors of #986740
Black with #986740
Text Example
Text Example
White with #986740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986740; }
p { color: rgb(152,103,64); }
H1.HeaderClassName
{
color: #986740;
}
.AnyTagClassName
{
color: #986740;
}
</style>
background-color css
<style>
a { background-color: #986740; }
a { background-color: rgb(152,103,64); }
div.DivClassName
{
background-color: #986740;
}
.BgClassName
{
background-color: #986740;
}
</style>
border-color css
<style>
span { border-color: #986740; }
span { border-color: rgb(152,103,64); }
td.TdClassName
{
border-color: #986740;
}
.TagClassName
{
border-color: #986740;
}
</style>