Shades of Dark Tan #996552
Tints of Dark Tan #996552
RGB
CMYK
RGB Variations
Color information
#996552 (or 0x996552) is known color: Dark Tan. HEX triplet: 99, 65 and 52. RGB value is (153,101,82). Sum of RGB (Red+Green+Blue) = 153+101+82=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996552 is #669AAD. Grayscale: #727272. Windows color (decimal): -6724270 or 5399961. OLE color: 5399961.
HSL color Cylindrical-coordinate representation of color #996552: hue angle of 16.06º 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 #996552 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 82 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.4 |
| HSL | 16.06º | 0.3% | 0.46% | - |
| HSV(B) | 16.06º | 0.46% | 0.6% | - |
| XYZ | 19.31 | 16.69 | 10.19 | - |
| YUV | 114.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 82 | 0 | 0.34 | 0.46 | 0.4 | 16.06 | 0.3 | 0.46 |
| Hex | 99 | 65 | 52 | 0 | 22 | 2E | 28 | 10 | 1E | 2E |
| Octal | 231 | 145 | 122 | 0 | 42 | 56 | 50 | 20 | 36 | 56 |
| Binary | 10011001 | 1100101 | 1010010 | 0 | 100010 | 101110 | 101000 | 10000 | 11110 | 101110 |
Color Harmonies of #996552
Complementary color
Monochromatic Colors of #996552
Black with #996552
Text Example
Text Example
White with #996552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996552; }
p { color: rgb(153,101,82); }
H1.HeaderClassName
{
color: #996552;
}
.AnyTagClassName
{
color: #996552;
}
</style>
background-color css
<style>
a { background-color: #996552; }
a { background-color: rgb(153,101,82); }
div.DivClassName
{
background-color: #996552;
}
.BgClassName
{
background-color: #996552;
}
</style>
border-color css
<style>
span { border-color: #996552; }
span { border-color: rgb(153,101,82); }
td.TdClassName
{
border-color: #996552;
}
.TagClassName
{
border-color: #996552;
}
</style>