Shades of Dark Tan #996852
Tints of Dark Tan #996852
RGB
CMYK
RGB Variations
Color information
#996852 (or 0x996852) is known color: Dark Tan. HEX triplet: 99, 68 and 52. RGB value is (153,104,82). Sum of RGB (Red+Green+Blue) = 153+104+82=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996852 is #6697AD. Grayscale: #747474. Windows color (decimal): -6723502 or 5400729. OLE color: 5400729.
HSL color Cylindrical-coordinate representation of color #996852: hue angle of 18.59º 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 #996852 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 82 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.4 |
| HSL | 18.59º | 0.3% | 0.46% | - |
| HSV(B) | 18.59º | 0.46% | 0.6% | - |
| XYZ | 19.61 | 17.28 | 10.28 | - |
| YUV | 116.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 82 | 0 | 0.32 | 0.46 | 0.4 | 18.59 | 0.3 | 0.46 |
| Hex | 99 | 68 | 52 | 0 | 20 | 2E | 28 | 13 | 1E | 2E |
| Octal | 231 | 150 | 122 | 0 | 40 | 56 | 50 | 23 | 36 | 56 |
| Binary | 10011001 | 1101000 | 1010010 | 0 | 100000 | 101110 | 101000 | 10011 | 11110 | 101110 |
Color Harmonies of #996852
Complementary color
Monochromatic Colors of #996852
Black with #996852
Text Example
Text Example
White with #996852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996852; }
p { color: rgb(153,104,82); }
H1.HeaderClassName
{
color: #996852;
}
.AnyTagClassName
{
color: #996852;
}
</style>
background-color css
<style>
a { background-color: #996852; }
a { background-color: rgb(153,104,82); }
div.DivClassName
{
background-color: #996852;
}
.BgClassName
{
background-color: #996852;
}
</style>
border-color css
<style>
span { border-color: #996852; }
span { border-color: rgb(153,104,82); }
td.TdClassName
{
border-color: #996852;
}
.TagClassName
{
border-color: #996852;
}
</style>