Shades of Dark Tan #996649
Tints of Dark Tan #996649
RGB
CMYK
RGB Variations
Color information
#996649 (or 0x996649) is known color: Dark Tan. HEX triplet: 99, 66 and 49. RGB value is (153,102,73). Sum of RGB (Red+Green+Blue) = 153+102+73=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996649 is #6699B6. Grayscale: #727272. Windows color (decimal): -6724023 or 4810393. OLE color: 4810393.
HSL color Cylindrical-coordinate representation of color #996649: hue angle of 21.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996649 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 73 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.4 |
| HSL | 21.75º | 0.35% | 0.44% | - |
| HSV(B) | 21.75º | 0.52% | 0.6% | - |
| XYZ | 19.09 | 16.76 | 8.53 | - |
| YUV | 113.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 73 | 0 | 0.33 | 0.52 | 0.4 | 21.75 | 0.35 | 0.44 |
| Hex | 99 | 66 | 49 | 0 | 21 | 34 | 28 | 16 | 23 | 2C |
| Octal | 231 | 146 | 111 | 0 | 41 | 64 | 50 | 26 | 43 | 54 |
| Binary | 10011001 | 1100110 | 1001001 | 0 | 100001 | 110100 | 101000 | 10110 | 100011 | 101100 |
Color Harmonies of #996649
Complementary color
Monochromatic Colors of #996649
Black with #996649
Text Example
Text Example
White with #996649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996649; }
p { color: rgb(153,102,73); }
H1.HeaderClassName
{
color: #996649;
}
.AnyTagClassName
{
color: #996649;
}
</style>
background-color css
<style>
a { background-color: #996649; }
a { background-color: rgb(153,102,73); }
div.DivClassName
{
background-color: #996649;
}
.BgClassName
{
background-color: #996649;
}
</style>
border-color css
<style>
span { border-color: #996649; }
span { border-color: rgb(153,102,73); }
td.TdClassName
{
border-color: #996649;
}
.TagClassName
{
border-color: #996649;
}
</style>