Shades of Dark Tan #996A54
Tints of Dark Tan #996A54
RGB
CMYK
RGB Variations
Color information
#996A54 (or 0x996A54) is known color: Dark Tan. HEX triplet: 99, 6A and 54. RGB value is (153,106,84). Sum of RGB (Red+Green+Blue) = 153+106+84=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A54 is #6695AB. Grayscale: #757575. Windows color (decimal): -6722988 or 5532313. OLE color: 5532313.
HSL color Cylindrical-coordinate representation of color #996A54: hue angle of 19.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996A54 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 84 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.4 |
| HSL | 19.13º | 0.29% | 0.46% | - |
| HSV(B) | 19.13º | 0.45% | 0.6% | - |
| XYZ | 19.89 | 17.72 | 10.76 | - |
| YUV | 117.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 84 | 0 | 0.31 | 0.45 | 0.4 | 19.13 | 0.29 | 0.46 |
| Hex | 99 | 6A | 54 | 0 | 1F | 2D | 28 | 13 | 1D | 2E |
| Octal | 231 | 152 | 124 | 0 | 37 | 55 | 50 | 23 | 35 | 56 |
| Binary | 10011001 | 1101010 | 1010100 | 0 | 11111 | 101101 | 101000 | 10011 | 11101 | 101110 |
Color Harmonies of #996A54
Complementary color
Monochromatic Colors of #996A54
Black with #996A54
Text Example
Text Example
White with #996A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A54; }
p { color: rgb(153,106,84); }
H1.HeaderClassName
{
color: #996A54;
}
.AnyTagClassName
{
color: #996A54;
}
</style>
background-color css
<style>
a { background-color: #996A54; }
a { background-color: rgb(153,106,84); }
div.DivClassName
{
background-color: #996A54;
}
.BgClassName
{
background-color: #996A54;
}
</style>
border-color css
<style>
span { border-color: #996A54; }
span { border-color: rgb(153,106,84); }
td.TdClassName
{
border-color: #996A54;
}
.TagClassName
{
border-color: #996A54;
}
</style>