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