Shades of Dark Tan #996644
Tints of Dark Tan #996644
RGB
CMYK
RGB Variations
Color information
#996644 (or 0x996644) is known color: Dark Tan. HEX triplet: 99, 66 and 44. RGB value is (153,102,68). Sum of RGB (Red+Green+Blue) = 153+102+68=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996644 is #6699BB. Grayscale: #717171. Windows color (decimal): -6724028 or 4482713. OLE color: 4482713.
HSL color Cylindrical-coordinate representation of color #996644: hue angle of 24º degrees, saturation: 0.38, 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 #996644 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 68 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.4 |
| HSL | 24º | 0.38% | 0.43% | - |
| HSV(B) | 24º | 0.56% | 0.6% | - |
| XYZ | 18.93 | 16.69 | 7.69 | - |
| YUV | 113.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 68 | 0 | 0.33 | 0.56 | 0.4 | 24 | 0.38 | 0.43 |
| Hex | 99 | 66 | 44 | 0 | 21 | 38 | 28 | 18 | 26 | 2B |
| Octal | 231 | 146 | 104 | 0 | 41 | 70 | 50 | 30 | 46 | 53 |
| Binary | 10011001 | 1100110 | 1000100 | 0 | 100001 | 111000 | 101000 | 11000 | 100110 | 101011 |
Color Harmonies of #996644
Complementary color
Monochromatic Colors of #996644
Black with #996644
Text Example
Text Example
White with #996644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996644; }
p { color: rgb(153,102,68); }
H1.HeaderClassName
{
color: #996644;
}
.AnyTagClassName
{
color: #996644;
}
</style>
background-color css
<style>
a { background-color: #996644; }
a { background-color: rgb(153,102,68); }
div.DivClassName
{
background-color: #996644;
}
.BgClassName
{
background-color: #996644;
}
</style>
border-color css
<style>
span { border-color: #996644; }
span { border-color: rgb(153,102,68); }
td.TdClassName
{
border-color: #996644;
}
.TagClassName
{
border-color: #996644;
}
</style>