Shades of Dark Tan #996650
Tints of Dark Tan #996650
RGB
CMYK
RGB Variations
Color information
#996650 (or 0x996650) is known color: Dark Tan. HEX triplet: 99, 66 and 50. RGB value is (153,102,80). Sum of RGB (Red+Green+Blue) = 153+102+80=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996650 is #6699AF. Grayscale: #727272. Windows color (decimal): -6724016 or 5269145. OLE color: 5269145.
HSL color Cylindrical-coordinate representation of color #996650: hue angle of 18.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996650 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 80 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.4 |
| HSL | 18.08º | 0.31% | 0.46% | - |
| HSV(B) | 18.08º | 0.48% | 0.6% | - |
| XYZ | 19.34 | 16.85 | 9.82 | - |
| YUV | 114.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 80 | 0 | 0.33 | 0.48 | 0.4 | 18.08 | 0.31 | 0.46 |
| Hex | 99 | 66 | 50 | 0 | 21 | 30 | 28 | 12 | 1F | 2E |
| Octal | 231 | 146 | 120 | 0 | 41 | 60 | 50 | 22 | 37 | 56 |
| Binary | 10011001 | 1100110 | 1010000 | 0 | 100001 | 110000 | 101000 | 10010 | 11111 | 101110 |
Color Harmonies of #996650
Complementary color
Monochromatic Colors of #996650
Black with #996650
Text Example
Text Example
White with #996650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996650; }
p { color: rgb(153,102,80); }
H1.HeaderClassName
{
color: #996650;
}
.AnyTagClassName
{
color: #996650;
}
</style>
background-color css
<style>
a { background-color: #996650; }
a { background-color: rgb(153,102,80); }
div.DivClassName
{
background-color: #996650;
}
.BgClassName
{
background-color: #996650;
}
</style>
border-color css
<style>
span { border-color: #996650; }
span { border-color: rgb(153,102,80); }
td.TdClassName
{
border-color: #996650;
}
.TagClassName
{
border-color: #996650;
}
</style>