Shades of Dark Tan #997053
Tints of Dark Tan #997053
RGB
CMYK
RGB Variations
Color information
#997053 (or 0x997053) is known color: Dark Tan. HEX triplet: 99, 70 and 53. RGB value is (153,112,83). Sum of RGB (Red+Green+Blue) = 153+112+83=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997053 is #668FAC. Grayscale: #797979. Windows color (decimal): -6721453 or 5468313. OLE color: 5468313.
HSL color Cylindrical-coordinate representation of color #997053: hue angle of 24.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997053 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 83 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.4 |
| HSL | 24.86º | 0.3% | 0.46% | - |
| HSV(B) | 24.86º | 0.46% | 0.6% | - |
| XYZ | 20.49 | 18.99 | 10.77 | - |
| YUV | 120.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 83 | 0 | 0.27 | 0.46 | 0.4 | 24.86 | 0.3 | 0.46 |
| Hex | 99 | 70 | 53 | 0 | 1B | 2E | 28 | 19 | 1E | 2E |
| Octal | 231 | 160 | 123 | 0 | 33 | 56 | 50 | 31 | 36 | 56 |
| Binary | 10011001 | 1110000 | 1010011 | 0 | 11011 | 101110 | 101000 | 11001 | 11110 | 101110 |
Color Harmonies of #997053
Complementary color
Monochromatic Colors of #997053
Black with #997053
Text Example
Text Example
White with #997053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997053; }
p { color: rgb(153,112,83); }
H1.HeaderClassName
{
color: #997053;
}
.AnyTagClassName
{
color: #997053;
}
</style>
background-color css
<style>
a { background-color: #997053; }
a { background-color: rgb(153,112,83); }
div.DivClassName
{
background-color: #997053;
}
.BgClassName
{
background-color: #997053;
}
</style>
border-color css
<style>
span { border-color: #997053; }
span { border-color: rgb(153,112,83); }
td.TdClassName
{
border-color: #997053;
}
.TagClassName
{
border-color: #997053;
}
</style>