Shades of Desert #99643A
Tints of Desert #99643A
RGB
CMYK
RGB Variations
Color information
#99643A (or 0x99643A) is known color: Desert. HEX triplet: 99, 64 and 3A. RGB value is (153,100,58). Sum of RGB (Red+Green+Blue) = 153+100+58=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99643A is #669BC5. Grayscale: #6F6F6F. Windows color (decimal): -6724550 or 3826841. OLE color: 3826841.
HSL color Cylindrical-coordinate representation of color #99643A: hue angle of 26.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99643A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 58 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.4 |
| HSL | 26.53º | 0.45% | 0.41% | - |
| HSV(B) | 26.53º | 0.62% | 0.6% | - |
| XYZ | 18.46 | 16.19 | 6.16 | - |
| YUV | 111.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 58 | 0 | 0.35 | 0.62 | 0.4 | 26.53 | 0.45 | 0.41 |
| Hex | 99 | 64 | 3A | 0 | 23 | 3E | 28 | 1B | 2D | 29 |
| Octal | 231 | 144 | 72 | 0 | 43 | 76 | 50 | 33 | 55 | 51 |
| Binary | 10011001 | 1100100 | 111010 | 0 | 100011 | 111110 | 101000 | 11011 | 101101 | 101001 |
Color Harmonies of #99643A
Complementary color
Monochromatic Colors of #99643A
Black with #99643A
Text Example
Text Example
White with #99643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99643A; }
p { color: rgb(153,100,58); }
H1.HeaderClassName
{
color: #99643A;
}
.AnyTagClassName
{
color: #99643A;
}
</style>
background-color css
<style>
a { background-color: #99643A; }
a { background-color: rgb(153,100,58); }
div.DivClassName
{
background-color: #99643A;
}
.BgClassName
{
background-color: #99643A;
}
</style>
border-color css
<style>
span { border-color: #99643A; }
span { border-color: rgb(153,100,58); }
td.TdClassName
{
border-color: #99643A;
}
.TagClassName
{
border-color: #99643A;
}
</style>