Shades of Desert #985E3C
Tints of Desert #985E3C
RGB
CMYK
RGB Variations
Color information
#985E3C (or 0x985E3C) is known color: Desert. HEX triplet: 98, 5E and 3C. RGB value is (152,94,60). Sum of RGB (Red+Green+Blue) = 152+94+60=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E3C is #67A1C3. Grayscale: #6B6B6B. Windows color (decimal): -6791620 or 3956376. OLE color: 3956376.
HSL color Cylindrical-coordinate representation of color #985E3C: hue angle of 22.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985E3C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 60 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.40 |
| HSL | 22.17º | 0.43% | 0.42% | - |
| HSV(B) | 22.17º | 0.61% | 0.6% | - |
| XYZ | 17.77 | 15.01 | 6.24 | - |
| YUV | 107.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 60 | 0 | 0.38 | 0.61 | 0.40 | 22.17 | 0.43 | 0.42 |
| Hex | 98 | 5E | 3C | 0 | 26 | 3D | 28 | 16 | 2B | 2A |
| Octal | 230 | 136 | 74 | 0 | 46 | 75 | 50 | 26 | 53 | 52 |
| Binary | 10011000 | 1011110 | 111100 | 0 | 100110 | 111101 | 101000 | 10110 | 101011 | 101010 |
Color Harmonies of #985E3C
Complementary color
Monochromatic Colors of #985E3C
Black with #985E3C
Text Example
Text Example
White with #985E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E3C; }
p { color: rgb(152,94,60); }
H1.HeaderClassName
{
color: #985E3C;
}
.AnyTagClassName
{
color: #985E3C;
}
</style>
background-color css
<style>
a { background-color: #985E3C; }
a { background-color: rgb(152,94,60); }
div.DivClassName
{
background-color: #985E3C;
}
.BgClassName
{
background-color: #985E3C;
}
</style>
border-color css
<style>
span { border-color: #985E3C; }
span { border-color: rgb(152,94,60); }
td.TdClassName
{
border-color: #985E3C;
}
.TagClassName
{
border-color: #985E3C;
}
</style>