Shades of Desert #99663C
Tints of Desert #99663C
RGB
CMYK
RGB Variations
Color information
#99663C (or 0x99663C) is known color: Desert. HEX triplet: 99, 66 and 3C. RGB value is (153,102,60). Sum of RGB (Red+Green+Blue) = 153+102+60=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99663C is #6699C3. Grayscale: #707070. Windows color (decimal): -6724036 or 3958425. OLE color: 3958425.
HSL color Cylindrical-coordinate representation of color #99663C: hue angle of 27.1º 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 #99663C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 60 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.4 |
| HSL | 27.1º | 0.44% | 0.42% | - |
| HSV(B) | 27.1º | 0.61% | 0.6% | - |
| XYZ | 18.7 | 16.6 | 6.49 | - |
| YUV | 112.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 60 | 0 | 0.33 | 0.61 | 0.4 | 27.1 | 0.44 | 0.42 |
| Hex | 99 | 66 | 3C | 0 | 21 | 3D | 28 | 1B | 2C | 2A |
| Octal | 231 | 146 | 74 | 0 | 41 | 75 | 50 | 33 | 54 | 52 |
| Binary | 10011001 | 1100110 | 111100 | 0 | 100001 | 111101 | 101000 | 11011 | 101100 | 101010 |
Color Harmonies of #99663C
Complementary color
Monochromatic Colors of #99663C
Black with #99663C
Text Example
Text Example
White with #99663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99663C; }
p { color: rgb(153,102,60); }
H1.HeaderClassName
{
color: #99663C;
}
.AnyTagClassName
{
color: #99663C;
}
</style>
background-color css
<style>
a { background-color: #99663C; }
a { background-color: rgb(153,102,60); }
div.DivClassName
{
background-color: #99663C;
}
.BgClassName
{
background-color: #99663C;
}
</style>
border-color css
<style>
span { border-color: #99663C; }
span { border-color: rgb(153,102,60); }
td.TdClassName
{
border-color: #99663C;
}
.TagClassName
{
border-color: #99663C;
}
</style>