Shades of Dark Tan #996A4F
Tints of Dark Tan #996A4F
RGB
CMYK
RGB Variations
Color information
#996A4F (or 0x996A4F) is known color: Dark Tan. HEX triplet: 99, 6A and 4F. RGB value is (153,106,79). Sum of RGB (Red+Green+Blue) = 153+106+79=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A4F is #6695B0. Grayscale: #757575. Windows color (decimal): -6722993 or 5204633. OLE color: 5204633.
HSL color Cylindrical-coordinate representation of color #996A4F: hue angle of 21.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996A4F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 79 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.4 |
| HSL | 21.89º | 0.32% | 0.45% | - |
| HSV(B) | 21.89º | 0.48% | 0.6% | - |
| XYZ | 19.7 | 17.64 | 9.76 | - |
| YUV | 116.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 79 | 0 | 0.31 | 0.48 | 0.4 | 21.89 | 0.32 | 0.45 |
| Hex | 99 | 6A | 4F | 0 | 1F | 30 | 28 | 16 | 20 | 2D |
| Octal | 231 | 152 | 117 | 0 | 37 | 60 | 50 | 26 | 40 | 55 |
| Binary | 10011001 | 1101010 | 1001111 | 0 | 11111 | 110000 | 101000 | 10110 | 100000 | 101101 |
Color Harmonies of #996A4F
Complementary color
Monochromatic Colors of #996A4F
Black with #996A4F
Text Example
Text Example
White with #996A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A4F; }
p { color: rgb(153,106,79); }
H1.HeaderClassName
{
color: #996A4F;
}
.AnyTagClassName
{
color: #996A4F;
}
</style>
background-color css
<style>
a { background-color: #996A4F; }
a { background-color: rgb(153,106,79); }
div.DivClassName
{
background-color: #996A4F;
}
.BgClassName
{
background-color: #996A4F;
}
</style>
border-color css
<style>
span { border-color: #996A4F; }
span { border-color: rgb(153,106,79); }
td.TdClassName
{
border-color: #996A4F;
}
.TagClassName
{
border-color: #996A4F;
}
</style>