Shades of Dark Tan #996D46
Tints of Dark Tan #996D46
RGB
CMYK
RGB Variations
Color information
#996D46 (or 0x996D46) is known color: Dark Tan. HEX triplet: 99, 6D and 46. RGB value is (153,109,70). Sum of RGB (Red+Green+Blue) = 153+109+70=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #996D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D46 is #6692B9. Grayscale: #757575. Windows color (decimal): -6722234 or 4615577. OLE color: 4615577.
HSL color Cylindrical-coordinate representation of color #996D46: hue angle of 28.19º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996D46 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 70 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.4 |
| HSL | 28.19º | 0.37% | 0.44% | - |
| HSV(B) | 28.19º | 0.54% | 0.6% | - |
| XYZ | 19.71 | 18.15 | 8.26 | - |
| YUV | 117.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 70 | 0 | 0.29 | 0.54 | 0.4 | 28.19 | 0.37 | 0.44 |
| Hex | 99 | 6D | 46 | 0 | 1D | 36 | 28 | 1C | 25 | 2C |
| Octal | 231 | 155 | 106 | 0 | 35 | 66 | 50 | 34 | 45 | 54 |
| Binary | 10011001 | 1101101 | 1000110 | 0 | 11101 | 110110 | 101000 | 11100 | 100101 | 101100 |
Color Harmonies of #996D46
Complementary color
Monochromatic Colors of #996D46
Black with #996D46
Text Example
Text Example
White with #996D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D46; }
p { color: rgb(153,109,70); }
H1.HeaderClassName
{
color: #996D46;
}
.AnyTagClassName
{
color: #996D46;
}
</style>
background-color css
<style>
a { background-color: #996D46; }
a { background-color: rgb(153,109,70); }
div.DivClassName
{
background-color: #996D46;
}
.BgClassName
{
background-color: #996D46;
}
</style>
border-color css
<style>
span { border-color: #996D46; }
span { border-color: rgb(153,109,70); }
td.TdClassName
{
border-color: #996D46;
}
.TagClassName
{
border-color: #996D46;
}
</style>