Shades of Dark Tan #997054
Tints of Dark Tan #997054
RGB
CMYK
RGB Variations
Color information
#997054 (or 0x997054) is known color: Dark Tan. HEX triplet: 99, 70 and 54. RGB value is (153,112,84). Sum of RGB (Red+Green+Blue) = 153+112+84=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #997054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997054 is #668FAB. Grayscale: #797979. Windows color (decimal): -6721452 or 5533849. OLE color: 5533849.
HSL color Cylindrical-coordinate representation of color #997054: hue angle of 24.35º 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 #997054 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 84 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.4 |
| HSL | 24.35º | 0.29% | 0.46% | - |
| HSV(B) | 24.35º | 0.45% | 0.6% | - |
| XYZ | 20.53 | 19 | 10.97 | - |
| YUV | 121.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 84 | 0 | 0.27 | 0.45 | 0.4 | 24.35 | 0.29 | 0.46 |
| Hex | 99 | 70 | 54 | 0 | 1B | 2D | 28 | 18 | 1D | 2E |
| Octal | 231 | 160 | 124 | 0 | 33 | 55 | 50 | 30 | 35 | 56 |
| Binary | 10011001 | 1110000 | 1010100 | 0 | 11011 | 101101 | 101000 | 11000 | 11101 | 101110 |
Color Harmonies of #997054
Complementary color
Monochromatic Colors of #997054
Black with #997054
Text Example
Text Example
White with #997054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997054; }
p { color: rgb(153,112,84); }
H1.HeaderClassName
{
color: #997054;
}
.AnyTagClassName
{
color: #997054;
}
</style>
background-color css
<style>
a { background-color: #997054; }
a { background-color: rgb(153,112,84); }
div.DivClassName
{
background-color: #997054;
}
.BgClassName
{
background-color: #997054;
}
</style>
border-color css
<style>
span { border-color: #997054; }
span { border-color: rgb(153,112,84); }
td.TdClassName
{
border-color: #997054;
}
.TagClassName
{
border-color: #997054;
}
</style>