Shades of Desert #995D3C
Tints of Desert #995D3C
RGB
CMYK
RGB Variations
Color information
#995D3C (or 0x995D3C) is known color: Desert. HEX triplet: 99, 5D and 3C. RGB value is (153,93,60). Sum of RGB (Red+Green+Blue) = 153+93+60=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D3C is #66A2C3. Grayscale: #6B6B6B. Windows color (decimal): -6726340 or 3956121. OLE color: 3956121.
HSL color Cylindrical-coordinate representation of color #995D3C: hue angle of 21.29º degrees, saturation: 0.44, 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 #995D3C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 60 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.4 |
| HSL | 21.29º | 0.44% | 0.42% | - |
| HSV(B) | 21.29º | 0.61% | 0.6% | - |
| XYZ | 17.87 | 14.93 | 6.21 | - |
| YUV | 107.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 60 | 0 | 0.39 | 0.61 | 0.4 | 21.29 | 0.44 | 0.42 |
| Hex | 99 | 5D | 3C | 0 | 27 | 3D | 28 | 15 | 2C | 2A |
| Octal | 231 | 135 | 74 | 0 | 47 | 75 | 50 | 25 | 54 | 52 |
| Binary | 10011001 | 1011101 | 111100 | 0 | 100111 | 111101 | 101000 | 10101 | 101100 | 101010 |
Color Harmonies of #995D3C
Complementary color
Monochromatic Colors of #995D3C
Black with #995D3C
Text Example
Text Example
White with #995D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D3C; }
p { color: rgb(153,93,60); }
H1.HeaderClassName
{
color: #995D3C;
}
.AnyTagClassName
{
color: #995D3C;
}
</style>
background-color css
<style>
a { background-color: #995D3C; }
a { background-color: rgb(153,93,60); }
div.DivClassName
{
background-color: #995D3C;
}
.BgClassName
{
background-color: #995D3C;
}
</style>
border-color css
<style>
span { border-color: #995D3C; }
span { border-color: rgb(153,93,60); }
td.TdClassName
{
border-color: #995D3C;
}
.TagClassName
{
border-color: #995D3C;
}
</style>