Shades of Dark Tan #996B57
Tints of Dark Tan #996B57
RGB
CMYK
RGB Variations
Color information
#996B57 (or 0x996B57) is known color: Dark Tan. HEX triplet: 99, 6B and 57. RGB value is (153,107,87). Sum of RGB (Red+Green+Blue) = 153+107+87=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #996B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B57 is #6694A8. Grayscale: #767676. Windows color (decimal): -6722729 or 5729177. OLE color: 5729177.
HSL color Cylindrical-coordinate representation of color #996B57: hue angle of 18.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996B57 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 87 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.4 |
| HSL | 18.18º | 0.28% | 0.47% | - |
| HSV(B) | 18.18º | 0.43% | 0.6% | - |
| XYZ | 20.11 | 17.98 | 11.43 | - |
| YUV | 118.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 87 | 0 | 0.30 | 0.43 | 0.4 | 18.18 | 0.28 | 0.47 |
| Hex | 99 | 6B | 57 | 0 | 1E | 2B | 28 | 12 | 1C | 2F |
| Octal | 231 | 153 | 127 | 0 | 36 | 53 | 50 | 22 | 34 | 57 |
| Binary | 10011001 | 1101011 | 1010111 | 0 | 11110 | 101011 | 101000 | 10010 | 11100 | 101111 |
Color Harmonies of #996B57
Complementary color
Monochromatic Colors of #996B57
Black with #996B57
Text Example
Text Example
White with #996B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B57; }
p { color: rgb(153,107,87); }
H1.HeaderClassName
{
color: #996B57;
}
.AnyTagClassName
{
color: #996B57;
}
</style>
background-color css
<style>
a { background-color: #996B57; }
a { background-color: rgb(153,107,87); }
div.DivClassName
{
background-color: #996B57;
}
.BgClassName
{
background-color: #996B57;
}
</style>
border-color css
<style>
span { border-color: #996B57; }
span { border-color: rgb(153,107,87); }
td.TdClassName
{
border-color: #996B57;
}
.TagClassName
{
border-color: #996B57;
}
</style>