Shades of Dark Tan #976749
Tints of Dark Tan #976749
RGB
CMYK
RGB Variations
Color information
#976749 (or 0x976749) is known color: Dark Tan. HEX triplet: 97, 67 and 49. RGB value is (151,103,73). Sum of RGB (Red+Green+Blue) = 151+103+73=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #976749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976749 is #6898B6. Grayscale: #727272. Windows color (decimal): -6854839 or 4810647. OLE color: 4810647.
HSL color Cylindrical-coordinate representation of color #976749: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976749 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 73 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.41 |
| HSL | 23.08º | 0.35% | 0.44% | - |
| HSV(B) | 23.08º | 0.52% | 0.59% | - |
| XYZ | 18.82 | 16.76 | 8.55 | - |
| YUV | 113.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 73 | 0 | 0.32 | 0.52 | 0.41 | 23.08 | 0.35 | 0.44 |
| Hex | 97 | 67 | 49 | 0 | 20 | 34 | 29 | 17 | 23 | 2C |
| Octal | 227 | 147 | 111 | 0 | 40 | 64 | 51 | 27 | 43 | 54 |
| Binary | 10010111 | 1100111 | 1001001 | 0 | 100000 | 110100 | 101001 | 10111 | 100011 | 101100 |
Color Harmonies of #976749
Complementary color
Monochromatic Colors of #976749
Black with #976749
Text Example
Text Example
White with #976749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976749; }
p { color: rgb(151,103,73); }
H1.HeaderClassName
{
color: #976749;
}
.AnyTagClassName
{
color: #976749;
}
</style>
background-color css
<style>
a { background-color: #976749; }
a { background-color: rgb(151,103,73); }
div.DivClassName
{
background-color: #976749;
}
.BgClassName
{
background-color: #976749;
}
</style>
border-color css
<style>
span { border-color: #976749; }
span { border-color: rgb(151,103,73); }
td.TdClassName
{
border-color: #976749;
}
.TagClassName
{
border-color: #976749;
}
</style>