Shades of Dark Tan #996A56
Tints of Dark Tan #996A56
RGB
CMYK
RGB Variations
Color information
#996A56 (or 0x996A56) is known color: Dark Tan. HEX triplet: 99, 6A and 56. RGB value is (153,106,86). Sum of RGB (Red+Green+Blue) = 153+106+86=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A56 is #6695A9. Grayscale: #757575. Windows color (decimal): -6722986 or 5663385. OLE color: 5663385.
HSL color Cylindrical-coordinate representation of color #996A56: hue angle of 17.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996A56 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 86 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.4 |
| HSL | 17.91º | 0.28% | 0.47% | - |
| HSV(B) | 17.91º | 0.44% | 0.6% | - |
| XYZ | 19.97 | 17.75 | 11.18 | - |
| YUV | 117.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 86 | 0 | 0.31 | 0.44 | 0.4 | 17.91 | 0.28 | 0.47 |
| Hex | 99 | 6A | 56 | 0 | 1F | 2C | 28 | 12 | 1C | 2F |
| Octal | 231 | 152 | 126 | 0 | 37 | 54 | 50 | 22 | 34 | 57 |
| Binary | 10011001 | 1101010 | 1010110 | 0 | 11111 | 101100 | 101000 | 10010 | 11100 | 101111 |
Color Harmonies of #996A56
Complementary color
Monochromatic Colors of #996A56
Black with #996A56
Text Example
Text Example
White with #996A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A56; }
p { color: rgb(153,106,86); }
H1.HeaderClassName
{
color: #996A56;
}
.AnyTagClassName
{
color: #996A56;
}
</style>
background-color css
<style>
a { background-color: #996A56; }
a { background-color: rgb(153,106,86); }
div.DivClassName
{
background-color: #996A56;
}
.BgClassName
{
background-color: #996A56;
}
</style>
border-color css
<style>
span { border-color: #996A56; }
span { border-color: rgb(153,106,86); }
td.TdClassName
{
border-color: #996A56;
}
.TagClassName
{
border-color: #996A56;
}
</style>