Shades of Dark Tan #976751
Tints of Dark Tan #976751
RGB
CMYK
RGB Variations
Color information
#976751 (or 0x976751) is known color: Dark Tan. HEX triplet: 97, 67 and 51. RGB value is (151,103,81). Sum of RGB (Red+Green+Blue) = 151+103+81=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976751 is #6898AE. Grayscale: #727272. Windows color (decimal): -6854831 or 5334935. OLE color: 5334935.
HSL color Cylindrical-coordinate representation of color #976751: hue angle of 18.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976751 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 81 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.41 |
| HSL | 18.86º | 0.3% | 0.45% | - |
| HSV(B) | 18.86º | 0.46% | 0.59% | - |
| XYZ | 19.1 | 16.87 | 10.04 | - |
| YUV | 114.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 81 | 0 | 0.32 | 0.46 | 0.41 | 18.86 | 0.3 | 0.45 |
| Hex | 97 | 67 | 51 | 0 | 20 | 2E | 29 | 13 | 1E | 2D |
| Octal | 227 | 147 | 121 | 0 | 40 | 56 | 51 | 23 | 36 | 55 |
| Binary | 10010111 | 1100111 | 1010001 | 0 | 100000 | 101110 | 101001 | 10011 | 11110 | 101101 |
Color Harmonies of #976751
Complementary color
Monochromatic Colors of #976751
Black with #976751
Text Example
Text Example
White with #976751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976751; }
p { color: rgb(151,103,81); }
H1.HeaderClassName
{
color: #976751;
}
.AnyTagClassName
{
color: #976751;
}
</style>
background-color css
<style>
a { background-color: #976751; }
a { background-color: rgb(151,103,81); }
div.DivClassName
{
background-color: #976751;
}
.BgClassName
{
background-color: #976751;
}
</style>
border-color css
<style>
span { border-color: #976751; }
span { border-color: rgb(151,103,81); }
td.TdClassName
{
border-color: #976751;
}
.TagClassName
{
border-color: #976751;
}
</style>