Shades of Desert #996641
Tints of Desert #996641
RGB
CMYK
RGB Variations
Color information
#996641 (or 0x996641) is known color: Desert. HEX triplet: 99, 66 and 41. RGB value is (153,102,65). Sum of RGB (Red+Green+Blue) = 153+102+65=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996641 is #6699BE. Grayscale: #717171. Windows color (decimal): -6724031 or 4286105. OLE color: 4286105.
HSL color Cylindrical-coordinate representation of color #996641: hue angle of 25.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996641 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 65 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.4 |
| HSL | 25.23º | 0.4% | 0.43% | - |
| HSV(B) | 25.23º | 0.58% | 0.6% | - |
| XYZ | 18.84 | 16.66 | 7.22 | - |
| YUV | 113.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 65 | 0 | 0.33 | 0.58 | 0.4 | 25.23 | 0.4 | 0.43 |
| Hex | 99 | 66 | 41 | 0 | 21 | 3A | 28 | 19 | 28 | 2B |
| Octal | 231 | 146 | 101 | 0 | 41 | 72 | 50 | 31 | 50 | 53 |
| Binary | 10011001 | 1100110 | 1000001 | 0 | 100001 | 111010 | 101000 | 11001 | 101000 | 101011 |
Color Harmonies of #996641
Complementary color
Monochromatic Colors of #996641
Black with #996641
Text Example
Text Example
White with #996641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996641; }
p { color: rgb(153,102,65); }
H1.HeaderClassName
{
color: #996641;
}
.AnyTagClassName
{
color: #996641;
}
</style>
background-color css
<style>
a { background-color: #996641; }
a { background-color: rgb(153,102,65); }
div.DivClassName
{
background-color: #996641;
}
.BgClassName
{
background-color: #996641;
}
</style>
border-color css
<style>
span { border-color: #996641; }
span { border-color: rgb(153,102,65); }
td.TdClassName
{
border-color: #996641;
}
.TagClassName
{
border-color: #996641;
}
</style>