Shades of Dark Tan #996C53
Tints of Dark Tan #996C53
RGB
CMYK
RGB Variations
Color information
#996C53 (or 0x996C53) is known color: Dark Tan. HEX triplet: 99, 6C and 53. RGB value is (153,108,83). Sum of RGB (Red+Green+Blue) = 153+108+83=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C53 is #6693AC. Grayscale: #767676. Windows color (decimal): -6722477 or 5467289. OLE color: 5467289.
HSL color Cylindrical-coordinate representation of color #996C53: hue angle of 21.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996C53 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 83 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.4 |
| HSL | 21.43º | 0.3% | 0.46% | - |
| HSV(B) | 21.43º | 0.46% | 0.6% | - |
| XYZ | 20.06 | 18.12 | 10.62 | - |
| YUV | 118.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 83 | 0 | 0.29 | 0.46 | 0.4 | 21.43 | 0.3 | 0.46 |
| Hex | 99 | 6C | 53 | 0 | 1D | 2E | 28 | 15 | 1E | 2E |
| Octal | 231 | 154 | 123 | 0 | 35 | 56 | 50 | 25 | 36 | 56 |
| Binary | 10011001 | 1101100 | 1010011 | 0 | 11101 | 101110 | 101000 | 10101 | 11110 | 101110 |
Color Harmonies of #996C53
Complementary color
Monochromatic Colors of #996C53
Black with #996C53
Text Example
Text Example
White with #996C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C53; }
p { color: rgb(153,108,83); }
H1.HeaderClassName
{
color: #996C53;
}
.AnyTagClassName
{
color: #996C53;
}
</style>
background-color css
<style>
a { background-color: #996C53; }
a { background-color: rgb(153,108,83); }
div.DivClassName
{
background-color: #996C53;
}
.BgClassName
{
background-color: #996C53;
}
</style>
border-color css
<style>
span { border-color: #996C53; }
span { border-color: rgb(153,108,83); }
td.TdClassName
{
border-color: #996C53;
}
.TagClassName
{
border-color: #996C53;
}
</style>