Shades of Desert #99603F
Tints of Desert #99603F
RGB
CMYK
RGB Variations
Color information
#99603F (or 0x99603F) is known color: Desert. HEX triplet: 99, 60 and 3F. RGB value is (153,96,63). Sum of RGB (Red+Green+Blue) = 153+96+63=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99603F is #669FC0. Grayscale: #6D6D6D. Windows color (decimal): -6725569 or 4153497. OLE color: 4153497.
HSL color Cylindrical-coordinate representation of color #99603F: hue angle of 22º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99603F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 63 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.4 |
| HSL | 22º | 0.42% | 0.42% | - |
| HSV(B) | 22º | 0.59% | 0.6% | - |
| XYZ | 18.22 | 15.5 | 6.73 | - |
| YUV | 109.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 63 | 0 | 0.37 | 0.59 | 0.4 | 22 | 0.42 | 0.42 |
| Hex | 99 | 60 | 3F | 0 | 25 | 3B | 28 | 16 | 2A | 2A |
| Octal | 231 | 140 | 77 | 0 | 45 | 73 | 50 | 26 | 52 | 52 |
| Binary | 10011001 | 1100000 | 111111 | 0 | 100101 | 111011 | 101000 | 10110 | 101010 | 101010 |
Color Harmonies of #99603F
Complementary color
Monochromatic Colors of #99603F
Black with #99603F
Text Example
Text Example
White with #99603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99603F; }
p { color: rgb(153,96,63); }
H1.HeaderClassName
{
color: #99603F;
}
.AnyTagClassName
{
color: #99603F;
}
</style>
background-color css
<style>
a { background-color: #99603F; }
a { background-color: rgb(153,96,63); }
div.DivClassName
{
background-color: #99603F;
}
.BgClassName
{
background-color: #99603F;
}
</style>
border-color css
<style>
span { border-color: #99603F; }
span { border-color: rgb(153,96,63); }
td.TdClassName
{
border-color: #99603F;
}
.TagClassName
{
border-color: #99603F;
}
</style>