Shades of Desert #99653C
Tints of Desert #99653C
RGB
CMYK
RGB Variations
Color information
#99653C (or 0x99653C) is known color: Desert. HEX triplet: 99, 65 and 3C. RGB value is (153,101,60). Sum of RGB (Red+Green+Blue) = 153+101+60=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99653C is #669AC3. Grayscale: #707070. Windows color (decimal): -6724292 or 3958169. OLE color: 3958169.
HSL color Cylindrical-coordinate representation of color #99653C: hue angle of 26.45º 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 #99653C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 60 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.4 |
| HSL | 26.45º | 0.44% | 0.42% | - |
| HSV(B) | 26.45º | 0.61% | 0.6% | - |
| XYZ | 18.61 | 16.41 | 6.46 | - |
| YUV | 111.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 60 | 0 | 0.34 | 0.61 | 0.4 | 26.45 | 0.44 | 0.42 |
| Hex | 99 | 65 | 3C | 0 | 22 | 3D | 28 | 1A | 2C | 2A |
| Octal | 231 | 145 | 74 | 0 | 42 | 75 | 50 | 32 | 54 | 52 |
| Binary | 10011001 | 1100101 | 111100 | 0 | 100010 | 111101 | 101000 | 11010 | 101100 | 101010 |
Color Harmonies of #99653C
Complementary color
Monochromatic Colors of #99653C
Black with #99653C
Text Example
Text Example
White with #99653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99653C; }
p { color: rgb(153,101,60); }
H1.HeaderClassName
{
color: #99653C;
}
.AnyTagClassName
{
color: #99653C;
}
</style>
background-color css
<style>
a { background-color: #99653C; }
a { background-color: rgb(153,101,60); }
div.DivClassName
{
background-color: #99653C;
}
.BgClassName
{
background-color: #99653C;
}
</style>
border-color css
<style>
span { border-color: #99653C; }
span { border-color: rgb(153,101,60); }
td.TdClassName
{
border-color: #99653C;
}
.TagClassName
{
border-color: #99653C;
}
</style>