Shades of Dark Tan #996C51
Tints of Dark Tan #996C51
RGB
CMYK
RGB Variations
Color information
#996C51 (or 0x996C51) is known color: Dark Tan. HEX triplet: 99, 6C and 51. RGB value is (153,108,81). Sum of RGB (Red+Green+Blue) = 153+108+81=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C51 is #6693AE. Grayscale: #767676. Windows color (decimal): -6722479 or 5336217. OLE color: 5336217.
HSL color Cylindrical-coordinate representation of color #996C51: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996C51 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 81 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.4 |
| HSL | 22.5º | 0.31% | 0.46% | - |
| HSV(B) | 22.5º | 0.47% | 0.6% | - |
| XYZ | 19.98 | 18.09 | 10.22 | - |
| YUV | 118.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 81 | 0 | 0.29 | 0.47 | 0.4 | 22.5 | 0.31 | 0.46 |
| Hex | 99 | 6C | 51 | 0 | 1D | 2F | 28 | 16 | 1F | 2E |
| Octal | 231 | 154 | 121 | 0 | 35 | 57 | 50 | 26 | 37 | 56 |
| Binary | 10011001 | 1101100 | 1010001 | 0 | 11101 | 101111 | 101000 | 10110 | 11111 | 101110 |
Color Harmonies of #996C51
Complementary color
Monochromatic Colors of #996C51
Black with #996C51
Text Example
Text Example
White with #996C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C51; }
p { color: rgb(153,108,81); }
H1.HeaderClassName
{
color: #996C51;
}
.AnyTagClassName
{
color: #996C51;
}
</style>
background-color css
<style>
a { background-color: #996C51; }
a { background-color: rgb(153,108,81); }
div.DivClassName
{
background-color: #996C51;
}
.BgClassName
{
background-color: #996C51;
}
</style>
border-color css
<style>
span { border-color: #996C51; }
span { border-color: rgb(153,108,81); }
td.TdClassName
{
border-color: #996C51;
}
.TagClassName
{
border-color: #996C51;
}
</style>