Shades of Desert #99643B
Tints of Desert #99643B
RGB
CMYK
RGB Variations
Color information
#99643B (or 0x99643B) is known color: Desert. HEX triplet: 99, 64 and 3B. RGB value is (153,100,59). Sum of RGB (Red+Green+Blue) = 153+100+59=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99643B is #669BC4. Grayscale: #6F6F6F. Windows color (decimal): -6724549 or 3892377. OLE color: 3892377.
HSL color Cylindrical-coordinate representation of color #99643B: hue angle of 26.17º 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 #99643B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 59 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.4 |
| HSL | 26.17º | 0.44% | 0.42% | - |
| HSV(B) | 26.17º | 0.61% | 0.6% | - |
| XYZ | 18.48 | 16.2 | 6.29 | - |
| YUV | 111.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 59 | 0 | 0.35 | 0.61 | 0.4 | 26.17 | 0.44 | 0.42 |
| Hex | 99 | 64 | 3B | 0 | 23 | 3D | 28 | 1A | 2C | 2A |
| Octal | 231 | 144 | 73 | 0 | 43 | 75 | 50 | 32 | 54 | 52 |
| Binary | 10011001 | 1100100 | 111011 | 0 | 100011 | 111101 | 101000 | 11010 | 101100 | 101010 |
Color Harmonies of #99643B
Complementary color
Monochromatic Colors of #99643B
Black with #99643B
Text Example
Text Example
White with #99643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99643B; }
p { color: rgb(153,100,59); }
H1.HeaderClassName
{
color: #99643B;
}
.AnyTagClassName
{
color: #99643B;
}
</style>
background-color css
<style>
a { background-color: #99643B; }
a { background-color: rgb(153,100,59); }
div.DivClassName
{
background-color: #99643B;
}
.BgClassName
{
background-color: #99643B;
}
</style>
border-color css
<style>
span { border-color: #99643B; }
span { border-color: rgb(153,100,59); }
td.TdClassName
{
border-color: #99643B;
}
.TagClassName
{
border-color: #99643B;
}
</style>