Shades of Dark Tan #996249
Tints of Dark Tan #996249
RGB
CMYK
RGB Variations
Color information
#996249 (or 0x996249) is known color: Dark Tan. HEX triplet: 99, 62 and 49. RGB value is (153,98,73). Sum of RGB (Red+Green+Blue) = 153+98+73=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #996249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996249 is #669DB6. Grayscale: #6F6F6F. Windows color (decimal): -6725047 or 4809369. OLE color: 4809369.
HSL color Cylindrical-coordinate representation of color #996249: hue angle of 18.75º 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 #996249 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 73 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.4 |
| HSL | 18.75º | 0.35% | 0.44% | - |
| HSV(B) | 18.75º | 0.52% | 0.6% | - |
| XYZ | 18.71 | 15.99 | 8.4 | - |
| YUV | 111.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 73 | 0 | 0.36 | 0.52 | 0.4 | 18.75 | 0.35 | 0.44 |
| Hex | 99 | 62 | 49 | 0 | 24 | 34 | 28 | 13 | 23 | 2C |
| Octal | 231 | 142 | 111 | 0 | 44 | 64 | 50 | 23 | 43 | 54 |
| Binary | 10011001 | 1100010 | 1001001 | 0 | 100100 | 110100 | 101000 | 10011 | 100011 | 101100 |
Color Harmonies of #996249
Complementary color
Monochromatic Colors of #996249
Black with #996249
Text Example
Text Example
White with #996249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996249; }
p { color: rgb(153,98,73); }
H1.HeaderClassName
{
color: #996249;
}
.AnyTagClassName
{
color: #996249;
}
</style>
background-color css
<style>
a { background-color: #996249; }
a { background-color: rgb(153,98,73); }
div.DivClassName
{
background-color: #996249;
}
.BgClassName
{
background-color: #996249;
}
</style>
border-color css
<style>
span { border-color: #996249; }
span { border-color: rgb(153,98,73); }
td.TdClassName
{
border-color: #996249;
}
.TagClassName
{
border-color: #996249;
}
</style>