Shades of Dark Tan #996849
Tints of Dark Tan #996849
RGB
CMYK
RGB Variations
Color information
#996849 (or 0x996849) is known color: Dark Tan. HEX triplet: 99, 68 and 49. RGB value is (153,104,73). Sum of RGB (Red+Green+Blue) = 153+104+73=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #996849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996849 is #6697B6. Grayscale: #737373. Windows color (decimal): -6723511 or 4810905. OLE color: 4810905.
HSL color Cylindrical-coordinate representation of color #996849: hue angle of 23.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996849 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 73 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.4 |
| HSL | 23.25º | 0.35% | 0.44% | - |
| HSV(B) | 23.25º | 0.52% | 0.6% | - |
| XYZ | 19.29 | 17.15 | 8.6 | - |
| YUV | 115.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 73 | 0 | 0.32 | 0.52 | 0.4 | 23.25 | 0.35 | 0.44 |
| Hex | 99 | 68 | 49 | 0 | 20 | 34 | 28 | 17 | 23 | 2C |
| Octal | 231 | 150 | 111 | 0 | 40 | 64 | 50 | 27 | 43 | 54 |
| Binary | 10011001 | 1101000 | 1001001 | 0 | 100000 | 110100 | 101000 | 10111 | 100011 | 101100 |
Color Harmonies of #996849
Complementary color
Monochromatic Colors of #996849
Black with #996849
Text Example
Text Example
White with #996849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996849; }
p { color: rgb(153,104,73); }
H1.HeaderClassName
{
color: #996849;
}
.AnyTagClassName
{
color: #996849;
}
</style>
background-color css
<style>
a { background-color: #996849; }
a { background-color: rgb(153,104,73); }
div.DivClassName
{
background-color: #996849;
}
.BgClassName
{
background-color: #996849;
}
</style>
border-color css
<style>
span { border-color: #996849; }
span { border-color: rgb(153,104,73); }
td.TdClassName
{
border-color: #996849;
}
.TagClassName
{
border-color: #996849;
}
</style>