Shades of Dark Tan #976E4C
Tints of Dark Tan #976E4C
RGB
CMYK
RGB Variations
Color information
#976E4C (or 0x976E4C) is known color: Dark Tan. HEX triplet: 97, 6E and 4C. RGB value is (151,110,76). Sum of RGB (Red+Green+Blue) = 151+110+76=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #976E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E4C is #6891B3. Grayscale: #767676. Windows color (decimal): -6853044 or 5009047. OLE color: 5009047.
HSL color Cylindrical-coordinate representation of color #976E4C: hue angle of 27.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976E4C is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 76 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.41 |
| HSL | 27.2º | 0.33% | 0.45% | - |
| HSV(B) | 27.2º | 0.5% | 0.59% | - |
| XYZ | 19.64 | 18.25 | 9.33 | - |
| YUV | 118.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 76 | 0 | 0.27 | 0.50 | 0.41 | 27.2 | 0.33 | 0.45 |
| Hex | 97 | 6E | 4C | 0 | 1B | 32 | 29 | 1B | 21 | 2D |
| Octal | 227 | 156 | 114 | 0 | 33 | 62 | 51 | 33 | 41 | 55 |
| Binary | 10010111 | 1101110 | 1001100 | 0 | 11011 | 110010 | 101001 | 11011 | 100001 | 101101 |
Color Harmonies of #976E4C
Complementary color
Monochromatic Colors of #976E4C
Black with #976E4C
Text Example
Text Example
White with #976E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E4C; }
p { color: rgb(151,110,76); }
H1.HeaderClassName
{
color: #976E4C;
}
.AnyTagClassName
{
color: #976E4C;
}
</style>
background-color css
<style>
a { background-color: #976E4C; }
a { background-color: rgb(151,110,76); }
div.DivClassName
{
background-color: #976E4C;
}
.BgClassName
{
background-color: #976E4C;
}
</style>
border-color css
<style>
span { border-color: #976E4C; }
span { border-color: rgb(151,110,76); }
td.TdClassName
{
border-color: #976E4C;
}
.TagClassName
{
border-color: #976E4C;
}
</style>