Shades of Desert #99603C
Tints of Desert #99603C
RGB
CMYK
RGB Variations
Color information
#99603C (or 0x99603C) is known color: Desert. HEX triplet: 99, 60 and 3C. RGB value is (153,96,60). Sum of RGB (Red+Green+Blue) = 153+96+60=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99603C is #669FC3. Grayscale: #6D6D6D. Windows color (decimal): -6725572 or 3956889. OLE color: 3956889.
HSL color Cylindrical-coordinate representation of color #99603C: hue angle of 23.23º 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 #99603C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 60 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.4 |
| HSL | 23.23º | 0.44% | 0.42% | - |
| HSV(B) | 23.23º | 0.61% | 0.6% | - |
| XYZ | 18.14 | 15.46 | 6.3 | - |
| YUV | 108.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 60 | 0 | 0.37 | 0.61 | 0.4 | 23.23 | 0.44 | 0.42 |
| Hex | 99 | 60 | 3C | 0 | 25 | 3D | 28 | 17 | 2C | 2A |
| Octal | 231 | 140 | 74 | 0 | 45 | 75 | 50 | 27 | 54 | 52 |
| Binary | 10011001 | 1100000 | 111100 | 0 | 100101 | 111101 | 101000 | 10111 | 101100 | 101010 |
Color Harmonies of #99603C
Complementary color
Monochromatic Colors of #99603C
Black with #99603C
Text Example
Text Example
White with #99603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99603C; }
p { color: rgb(153,96,60); }
H1.HeaderClassName
{
color: #99603C;
}
.AnyTagClassName
{
color: #99603C;
}
</style>
background-color css
<style>
a { background-color: #99603C; }
a { background-color: rgb(153,96,60); }
div.DivClassName
{
background-color: #99603C;
}
.BgClassName
{
background-color: #99603C;
}
</style>
border-color css
<style>
span { border-color: #99603C; }
span { border-color: rgb(153,96,60); }
td.TdClassName
{
border-color: #99603C;
}
.TagClassName
{
border-color: #99603C;
}
</style>