Shades of Dark Tan #996B55
Tints of Dark Tan #996B55
RGB
CMYK
RGB Variations
Color information
#996B55 (or 0x996B55) is known color: Dark Tan. HEX triplet: 99, 6B and 55. RGB value is (153,107,85). Sum of RGB (Red+Green+Blue) = 153+107+85=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B55 is #6694AA. Grayscale: #767676. Windows color (decimal): -6722731 or 5598105. OLE color: 5598105.
HSL color Cylindrical-coordinate representation of color #996B55: hue angle of 19.41º degrees, saturation: 0.29, 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 #996B55 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 85 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.4 |
| HSL | 19.41º | 0.29% | 0.47% | - |
| HSV(B) | 19.41º | 0.44% | 0.6% | - |
| XYZ | 20.03 | 17.94 | 11 | - |
| YUV | 118.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 85 | 0 | 0.30 | 0.44 | 0.4 | 19.41 | 0.29 | 0.47 |
| Hex | 99 | 6B | 55 | 0 | 1E | 2C | 28 | 13 | 1D | 2F |
| Octal | 231 | 153 | 125 | 0 | 36 | 54 | 50 | 23 | 35 | 57 |
| Binary | 10011001 | 1101011 | 1010101 | 0 | 11110 | 101100 | 101000 | 10011 | 11101 | 101111 |
Color Harmonies of #996B55
Complementary color
Monochromatic Colors of #996B55
Black with #996B55
Text Example
Text Example
White with #996B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B55; }
p { color: rgb(153,107,85); }
H1.HeaderClassName
{
color: #996B55;
}
.AnyTagClassName
{
color: #996B55;
}
</style>
background-color css
<style>
a { background-color: #996B55; }
a { background-color: rgb(153,107,85); }
div.DivClassName
{
background-color: #996B55;
}
.BgClassName
{
background-color: #996B55;
}
</style>
border-color css
<style>
span { border-color: #996B55; }
span { border-color: rgb(153,107,85); }
td.TdClassName
{
border-color: #996B55;
}
.TagClassName
{
border-color: #996B55;
}
</style>