Shades of Dark Tan #976D53
Tints of Dark Tan #976D53
RGB
CMYK
RGB Variations
Color information
#976D53 (or 0x976D53) is known color: Dark Tan. HEX triplet: 97, 6D and 53. RGB value is (151,109,83). Sum of RGB (Red+Green+Blue) = 151+109+83=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #976D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D53 is #6892AC. Grayscale: #767676. Windows color (decimal): -6853293 or 5467543. OLE color: 5467543.
HSL color Cylindrical-coordinate representation of color #976D53: hue angle of 22.94º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976D53 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 83 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.41 |
| HSL | 22.94º | 0.29% | 0.46% | - |
| HSV(B) | 22.94º | 0.45% | 0.59% | - |
| XYZ | 19.79 | 18.14 | 10.64 | - |
| YUV | 118.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 83 | 0 | 0.28 | 0.45 | 0.41 | 22.94 | 0.29 | 0.46 |
| Hex | 97 | 6D | 53 | 0 | 1C | 2D | 29 | 17 | 1D | 2E |
| Octal | 227 | 155 | 123 | 0 | 34 | 55 | 51 | 27 | 35 | 56 |
| Binary | 10010111 | 1101101 | 1010011 | 0 | 11100 | 101101 | 101001 | 10111 | 11101 | 101110 |
Color Harmonies of #976D53
Complementary color
Monochromatic Colors of #976D53
Black with #976D53
Text Example
Text Example
White with #976D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D53; }
p { color: rgb(151,109,83); }
H1.HeaderClassName
{
color: #976D53;
}
.AnyTagClassName
{
color: #976D53;
}
</style>
background-color css
<style>
a { background-color: #976D53; }
a { background-color: rgb(151,109,83); }
div.DivClassName
{
background-color: #976D53;
}
.BgClassName
{
background-color: #976D53;
}
</style>
border-color css
<style>
span { border-color: #976D53; }
span { border-color: rgb(151,109,83); }
td.TdClassName
{
border-color: #976D53;
}
.TagClassName
{
border-color: #976D53;
}
</style>