Shades of Dark Tan #996C52
Tints of Dark Tan #996C52
RGB
CMYK
RGB Variations
Color information
#996C52 (or 0x996C52) is known color: Dark Tan. HEX triplet: 99, 6C and 52. RGB value is (153,108,82). Sum of RGB (Red+Green+Blue) = 153+108+82=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C52 is #6693AD. Grayscale: #767676. Windows color (decimal): -6722478 or 5401753. OLE color: 5401753.
HSL color Cylindrical-coordinate representation of color #996C52: hue angle of 21.97º 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 #996C52 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 82 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.4 |
| HSL | 21.97º | 0.3% | 0.46% | - |
| HSV(B) | 21.97º | 0.46% | 0.6% | - |
| XYZ | 20.02 | 18.11 | 10.42 | - |
| YUV | 118.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 82 | 0 | 0.29 | 0.46 | 0.4 | 21.97 | 0.3 | 0.46 |
| Hex | 99 | 6C | 52 | 0 | 1D | 2E | 28 | 16 | 1E | 2E |
| Octal | 231 | 154 | 122 | 0 | 35 | 56 | 50 | 26 | 36 | 56 |
| Binary | 10011001 | 1101100 | 1010010 | 0 | 11101 | 101110 | 101000 | 10110 | 11110 | 101110 |
Color Harmonies of #996C52
Complementary color
Monochromatic Colors of #996C52
Black with #996C52
Text Example
Text Example
White with #996C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C52; }
p { color: rgb(153,108,82); }
H1.HeaderClassName
{
color: #996C52;
}
.AnyTagClassName
{
color: #996C52;
}
</style>
background-color css
<style>
a { background-color: #996C52; }
a { background-color: rgb(153,108,82); }
div.DivClassName
{
background-color: #996C52;
}
.BgClassName
{
background-color: #996C52;
}
</style>
border-color css
<style>
span { border-color: #996C52; }
span { border-color: rgb(153,108,82); }
td.TdClassName
{
border-color: #996C52;
}
.TagClassName
{
border-color: #996C52;
}
</style>