Shades of Dark Tan #976745
Tints of Dark Tan #976745
RGB
CMYK
RGB Variations
Color information
#976745 (or 0x976745) is known color: Dark Tan. HEX triplet: 97, 67 and 45. RGB value is (151,103,69). Sum of RGB (Red+Green+Blue) = 151+103+69=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #976745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976745 is #6898BA. Grayscale: #717171. Windows color (decimal): -6854843 or 4548503. OLE color: 4548503.
HSL color Cylindrical-coordinate representation of color #976745: hue angle of 24.88º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #976745 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 69 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.41 |
| HSL | 24.88º | 0.37% | 0.43% | - |
| HSV(B) | 24.88º | 0.54% | 0.59% | - |
| XYZ | 18.69 | 16.71 | 7.87 | - |
| YUV | 113.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 69 | 0 | 0.32 | 0.54 | 0.41 | 24.88 | 0.37 | 0.43 |
| Hex | 97 | 67 | 45 | 0 | 20 | 36 | 29 | 19 | 25 | 2B |
| Octal | 227 | 147 | 105 | 0 | 40 | 66 | 51 | 31 | 45 | 53 |
| Binary | 10010111 | 1100111 | 1000101 | 0 | 100000 | 110110 | 101001 | 11001 | 100101 | 101011 |
Color Harmonies of #976745
Complementary color
Monochromatic Colors of #976745
Black with #976745
Text Example
Text Example
White with #976745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976745; }
p { color: rgb(151,103,69); }
H1.HeaderClassName
{
color: #976745;
}
.AnyTagClassName
{
color: #976745;
}
</style>
background-color css
<style>
a { background-color: #976745; }
a { background-color: rgb(151,103,69); }
div.DivClassName
{
background-color: #976745;
}
.BgClassName
{
background-color: #976745;
}
</style>
border-color css
<style>
span { border-color: #976745; }
span { border-color: rgb(151,103,69); }
td.TdClassName
{
border-color: #976745;
}
.TagClassName
{
border-color: #976745;
}
</style>