Shades of Desert #99633F
Tints of Desert #99633F
RGB
CMYK
RGB Variations
Color information
#99633F (or 0x99633F) is known color: Desert. HEX triplet: 99, 63 and 3F. RGB value is (153,99,63). Sum of RGB (Red+Green+Blue) = 153+99+63=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99633F is #669CC0. Grayscale: #6F6F6F. Windows color (decimal): -6724801 or 4154265. OLE color: 4154265.
HSL color Cylindrical-coordinate representation of color #99633F: hue angle of 24º 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 #99633F is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 63 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.4 |
| HSL | 24º | 0.42% | 0.42% | - |
| HSV(B) | 24º | 0.59% | 0.6% | - |
| XYZ | 18.5 | 16.05 | 6.83 | - |
| YUV | 111.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 63 | 0 | 0.35 | 0.59 | 0.4 | 24 | 0.42 | 0.42 |
| Hex | 99 | 63 | 3F | 0 | 23 | 3B | 28 | 18 | 2A | 2A |
| Octal | 231 | 143 | 77 | 0 | 43 | 73 | 50 | 30 | 52 | 52 |
| Binary | 10011001 | 1100011 | 111111 | 0 | 100011 | 111011 | 101000 | 11000 | 101010 | 101010 |
Color Harmonies of #99633F
Complementary color
Monochromatic Colors of #99633F
Black with #99633F
Text Example
Text Example
White with #99633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99633F; }
p { color: rgb(153,99,63); }
H1.HeaderClassName
{
color: #99633F;
}
.AnyTagClassName
{
color: #99633F;
}
</style>
background-color css
<style>
a { background-color: #99633F; }
a { background-color: rgb(153,99,63); }
div.DivClassName
{
background-color: #99633F;
}
.BgClassName
{
background-color: #99633F;
}
</style>
border-color css
<style>
span { border-color: #99633F; }
span { border-color: rgb(153,99,63); }
td.TdClassName
{
border-color: #99633F;
}
.TagClassName
{
border-color: #99633F;
}
</style>