Shades of Desert #996343
Tints of Desert #996343
RGB
CMYK
RGB Variations
Color information
#996343 (or 0x996343) is known color: Desert. HEX triplet: 99, 63 and 43. RGB value is (153,99,67). Sum of RGB (Red+Green+Blue) = 153+99+67=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996343 is #669CBC. Grayscale: #6F6F6F. Windows color (decimal): -6724797 or 4416409. OLE color: 4416409.
HSL color Cylindrical-coordinate representation of color #996343: hue angle of 22.33º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996343 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 67 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.4 |
| HSL | 22.33º | 0.39% | 0.43% | - |
| HSV(B) | 22.33º | 0.56% | 0.6% | - |
| XYZ | 18.61 | 16.1 | 7.44 | - |
| YUV | 111.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 67 | 0 | 0.35 | 0.56 | 0.4 | 22.33 | 0.39 | 0.43 |
| Hex | 99 | 63 | 43 | 0 | 23 | 38 | 28 | 16 | 27 | 2B |
| Octal | 231 | 143 | 103 | 0 | 43 | 70 | 50 | 26 | 47 | 53 |
| Binary | 10011001 | 1100011 | 1000011 | 0 | 100011 | 111000 | 101000 | 10110 | 100111 | 101011 |
Color Harmonies of #996343
Complementary color
Monochromatic Colors of #996343
Black with #996343
Text Example
Text Example
White with #996343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996343; }
p { color: rgb(153,99,67); }
H1.HeaderClassName
{
color: #996343;
}
.AnyTagClassName
{
color: #996343;
}
</style>
background-color css
<style>
a { background-color: #996343; }
a { background-color: rgb(153,99,67); }
div.DivClassName
{
background-color: #996343;
}
.BgClassName
{
background-color: #996343;
}
</style>
border-color css
<style>
span { border-color: #996343; }
span { border-color: rgb(153,99,67); }
td.TdClassName
{
border-color: #996343;
}
.TagClassName
{
border-color: #996343;
}
</style>