Shades of Dark Tan #996D52
Tints of Dark Tan #996D52
RGB
CMYK
RGB Variations
Color information
#996D52 (or 0x996D52) is known color: Dark Tan. HEX triplet: 99, 6D and 52. RGB value is (153,109,82). Sum of RGB (Red+Green+Blue) = 153+109+82=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D52 is #6692AD. Grayscale: #777777. Windows color (decimal): -6722222 or 5402009. OLE color: 5402009.
HSL color Cylindrical-coordinate representation of color #996D52: hue angle of 22.82º 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 #996D52 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 82 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.4 |
| HSL | 22.82º | 0.3% | 0.46% | - |
| HSV(B) | 22.82º | 0.46% | 0.6% | - |
| XYZ | 20.13 | 18.32 | 10.46 | - |
| YUV | 119.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 82 | 0 | 0.29 | 0.46 | 0.4 | 22.82 | 0.3 | 0.46 |
| Hex | 99 | 6D | 52 | 0 | 1D | 2E | 28 | 17 | 1E | 2E |
| Octal | 231 | 155 | 122 | 0 | 35 | 56 | 50 | 27 | 36 | 56 |
| Binary | 10011001 | 1101101 | 1010010 | 0 | 11101 | 101110 | 101000 | 10111 | 11110 | 101110 |
Color Harmonies of #996D52
Complementary color
Monochromatic Colors of #996D52
Black with #996D52
Text Example
Text Example
White with #996D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D52; }
p { color: rgb(153,109,82); }
H1.HeaderClassName
{
color: #996D52;
}
.AnyTagClassName
{
color: #996D52;
}
</style>
background-color css
<style>
a { background-color: #996D52; }
a { background-color: rgb(153,109,82); }
div.DivClassName
{
background-color: #996D52;
}
.BgClassName
{
background-color: #996D52;
}
</style>
border-color css
<style>
span { border-color: #996D52; }
span { border-color: rgb(153,109,82); }
td.TdClassName
{
border-color: #996D52;
}
.TagClassName
{
border-color: #996D52;
}
</style>