Shades of Desert #986240
Tints of Desert #986240
RGB
CMYK
RGB Variations
Color information
#986240 (or 0x986240) is known color: Desert. HEX triplet: 98, 62 and 40. RGB value is (152,98,64). Sum of RGB (Red+Green+Blue) = 152+98+64=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #986240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986240 is #679DBF. Grayscale: #6E6E6E. Windows color (decimal): -6790592 or 4219544. OLE color: 4219544.
HSL color Cylindrical-coordinate representation of color #986240: hue angle of 23.18º 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 #986240 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 64 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.40 |
| HSL | 23.18º | 0.41% | 0.42% | - |
| HSV(B) | 23.18º | 0.58% | 0.6% | - |
| XYZ | 18.24 | 15.78 | 6.94 | - |
| YUV | 110.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 64 | 0 | 0.36 | 0.58 | 0.40 | 23.18 | 0.41 | 0.42 |
| Hex | 98 | 62 | 40 | 0 | 24 | 3A | 28 | 17 | 29 | 2A |
| Octal | 230 | 142 | 100 | 0 | 44 | 72 | 50 | 27 | 51 | 52 |
| Binary | 10011000 | 1100010 | 1000000 | 0 | 100100 | 111010 | 101000 | 10111 | 101001 | 101010 |
Color Harmonies of #986240
Complementary color
Monochromatic Colors of #986240
Black with #986240
Text Example
Text Example
White with #986240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986240; }
p { color: rgb(152,98,64); }
H1.HeaderClassName
{
color: #986240;
}
.AnyTagClassName
{
color: #986240;
}
</style>
background-color css
<style>
a { background-color: #986240; }
a { background-color: rgb(152,98,64); }
div.DivClassName
{
background-color: #986240;
}
.BgClassName
{
background-color: #986240;
}
</style>
border-color css
<style>
span { border-color: #986240; }
span { border-color: rgb(152,98,64); }
td.TdClassName
{
border-color: #986240;
}
.TagClassName
{
border-color: #986240;
}
</style>