Shades of Dark Tan #976C47
Tints of Dark Tan #976C47
RGB
CMYK
RGB Variations
Color information
#976C47 (or 0x976C47) is known color: Dark Tan. HEX triplet: 97, 6C and 47. RGB value is (151,108,71). Sum of RGB (Red+Green+Blue) = 151+108+71=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #976C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C47 is #6893B8. Grayscale: #747474. Windows color (decimal): -6853561 or 4680855. OLE color: 4680855.
HSL color Cylindrical-coordinate representation of color #976C47: hue angle of 27.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976C47 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 71 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.41 |
| HSL | 27.75º | 0.36% | 0.44% | - |
| HSV(B) | 27.75º | 0.53% | 0.59% | - |
| XYZ | 19.26 | 17.76 | 8.37 | - |
| YUV | 116.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 71 | 0 | 0.28 | 0.53 | 0.41 | 27.75 | 0.36 | 0.44 |
| Hex | 97 | 6C | 47 | 0 | 1C | 35 | 29 | 1C | 24 | 2C |
| Octal | 227 | 154 | 107 | 0 | 34 | 65 | 51 | 34 | 44 | 54 |
| Binary | 10010111 | 1101100 | 1000111 | 0 | 11100 | 110101 | 101001 | 11100 | 100100 | 101100 |
Color Harmonies of #976C47
Complementary color
Monochromatic Colors of #976C47
Black with #976C47
Text Example
Text Example
White with #976C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C47; }
p { color: rgb(151,108,71); }
H1.HeaderClassName
{
color: #976C47;
}
.AnyTagClassName
{
color: #976C47;
}
</style>
background-color css
<style>
a { background-color: #976C47; }
a { background-color: rgb(151,108,71); }
div.DivClassName
{
background-color: #976C47;
}
.BgClassName
{
background-color: #976C47;
}
</style>
border-color css
<style>
span { border-color: #976C47; }
span { border-color: rgb(151,108,71); }
td.TdClassName
{
border-color: #976C47;
}
.TagClassName
{
border-color: #976C47;
}
</style>