Shades of Desert #996841
Tints of Desert #996841
RGB
CMYK
RGB Variations
Color information
#996841 (or 0x996841) is known color: Desert. HEX triplet: 99, 68 and 41. RGB value is (153,104,65). Sum of RGB (Red+Green+Blue) = 153+104+65=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996841 is #6697BE. Grayscale: #727272. Windows color (decimal): -6723519 or 4286617. OLE color: 4286617.
HSL color Cylindrical-coordinate representation of color #996841: hue angle of 26.59º 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 #996841 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 65 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.4 |
| HSL | 26.59º | 0.4% | 0.43% | - |
| HSV(B) | 26.59º | 0.58% | 0.6% | - |
| XYZ | 19.04 | 17.05 | 7.29 | - |
| YUV | 114.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 65 | 0 | 0.32 | 0.58 | 0.4 | 26.59 | 0.4 | 0.43 |
| Hex | 99 | 68 | 41 | 0 | 20 | 3A | 28 | 1B | 28 | 2B |
| Octal | 231 | 150 | 101 | 0 | 40 | 72 | 50 | 33 | 50 | 53 |
| Binary | 10011001 | 1101000 | 1000001 | 0 | 100000 | 111010 | 101000 | 11011 | 101000 | 101011 |
Color Harmonies of #996841
Complementary color
Monochromatic Colors of #996841
Black with #996841
Text Example
Text Example
White with #996841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996841; }
p { color: rgb(153,104,65); }
H1.HeaderClassName
{
color: #996841;
}
.AnyTagClassName
{
color: #996841;
}
</style>
background-color css
<style>
a { background-color: #996841; }
a { background-color: rgb(153,104,65); }
div.DivClassName
{
background-color: #996841;
}
.BgClassName
{
background-color: #996841;
}
</style>
border-color css
<style>
span { border-color: #996841; }
span { border-color: rgb(153,104,65); }
td.TdClassName
{
border-color: #996841;
}
.TagClassName
{
border-color: #996841;
}
</style>