Shades of Dark Tan #996846
Tints of Dark Tan #996846
RGB
CMYK
RGB Variations
Color information
#996846 (or 0x996846) is known color: Dark Tan. HEX triplet: 99, 68 and 46. RGB value is (153,104,70). Sum of RGB (Red+Green+Blue) = 153+104+70=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #996846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996846 is #6697B9. Grayscale: #727272. Windows color (decimal): -6723514 or 4614297. OLE color: 4614297.
HSL color Cylindrical-coordinate representation of color #996846: hue angle of 24.58º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996846 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 70 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.4 |
| HSL | 24.58º | 0.37% | 0.44% | - |
| HSV(B) | 24.58º | 0.54% | 0.6% | - |
| XYZ | 19.19 | 17.12 | 8.09 | - |
| YUV | 114.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 70 | 0 | 0.32 | 0.54 | 0.4 | 24.58 | 0.37 | 0.44 |
| Hex | 99 | 68 | 46 | 0 | 20 | 36 | 28 | 19 | 25 | 2C |
| Octal | 231 | 150 | 106 | 0 | 40 | 66 | 50 | 31 | 45 | 54 |
| Binary | 10011001 | 1101000 | 1000110 | 0 | 100000 | 110110 | 101000 | 11001 | 100101 | 101100 |
Color Harmonies of #996846
Complementary color
Monochromatic Colors of #996846
Black with #996846
Text Example
Text Example
White with #996846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996846; }
p { color: rgb(153,104,70); }
H1.HeaderClassName
{
color: #996846;
}
.AnyTagClassName
{
color: #996846;
}
</style>
background-color css
<style>
a { background-color: #996846; }
a { background-color: rgb(153,104,70); }
div.DivClassName
{
background-color: #996846;
}
.BgClassName
{
background-color: #996846;
}
</style>
border-color css
<style>
span { border-color: #996846; }
span { border-color: rgb(153,104,70); }
td.TdClassName
{
border-color: #996846;
}
.TagClassName
{
border-color: #996846;
}
</style>