Shades of Dark Tan #9A7053
Tints of Dark Tan #9A7053
RGB
CMYK
RGB Variations
Color information
#9A7053 (or 0x9A7053) is known color: Dark Tan. HEX triplet: 9A, 70 and 53. RGB value is (154,112,83). Sum of RGB (Red+Green+Blue) = 154+112+83=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7053 is #658FAC. Grayscale: #797979. Windows color (decimal): -6655917 or 5468314. OLE color: 5468314.
HSL color Cylindrical-coordinate representation of color #9A7053: hue angle of 24.51º 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 #9A7053 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 83 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.40 |
| HSL | 24.51º | 0.3% | 0.46% | - |
| HSV(B) | 24.51º | 0.46% | 0.6% | - |
| XYZ | 20.68 | 19.08 | 10.78 | - |
| YUV | 121.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 83 | 0 | 0.27 | 0.46 | 0.40 | 24.51 | 0.3 | 0.46 |
| Hex | 9A | 70 | 53 | 0 | 1B | 2E | 28 | 19 | 1E | 2E |
| Octal | 232 | 160 | 123 | 0 | 33 | 56 | 50 | 31 | 36 | 56 |
| Binary | 10011010 | 1110000 | 1010011 | 0 | 11011 | 101110 | 101000 | 11001 | 11110 | 101110 |
Color Harmonies of #9A7053
Complementary color
Monochromatic Colors of #9A7053
Black with #9A7053
Text Example
Text Example
White with #9A7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7053; }
p { color: rgb(154,112,83); }
H1.HeaderClassName
{
color: #9A7053;
}
.AnyTagClassName
{
color: #9A7053;
}
</style>
background-color css
<style>
a { background-color: #9A7053; }
a { background-color: rgb(154,112,83); }
div.DivClassName
{
background-color: #9A7053;
}
.BgClassName
{
background-color: #9A7053;
}
</style>
border-color css
<style>
span { border-color: #9A7053; }
span { border-color: rgb(154,112,83); }
td.TdClassName
{
border-color: #9A7053;
}
.TagClassName
{
border-color: #9A7053;
}
</style>