Shades of Dark Tan #976945
Tints of Dark Tan #976945
RGB
CMYK
RGB Variations
Color information
#976945 (or 0x976945) is known color: Dark Tan. HEX triplet: 97, 69 and 45. RGB value is (151,105,69). Sum of RGB (Red+Green+Blue) = 151+105+69=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #976945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976945 is #6896BA. Grayscale: #727272. Windows color (decimal): -6854331 or 4549015. OLE color: 4549015.
HSL color Cylindrical-coordinate representation of color #976945: hue angle of 26.34º 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 #976945 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 69 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.41 |
| HSL | 26.34º | 0.37% | 0.43% | - |
| HSV(B) | 26.34º | 0.54% | 0.59% | - |
| XYZ | 18.89 | 17.11 | 7.94 | - |
| YUV | 114.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 69 | 0 | 0.30 | 0.54 | 0.41 | 26.34 | 0.37 | 0.43 |
| Hex | 97 | 69 | 45 | 0 | 1E | 36 | 29 | 1A | 25 | 2B |
| Octal | 227 | 151 | 105 | 0 | 36 | 66 | 51 | 32 | 45 | 53 |
| Binary | 10010111 | 1101001 | 1000101 | 0 | 11110 | 110110 | 101001 | 11010 | 100101 | 101011 |
Color Harmonies of #976945
Complementary color
Monochromatic Colors of #976945
Black with #976945
Text Example
Text Example
White with #976945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976945; }
p { color: rgb(151,105,69); }
H1.HeaderClassName
{
color: #976945;
}
.AnyTagClassName
{
color: #976945;
}
</style>
background-color css
<style>
a { background-color: #976945; }
a { background-color: rgb(151,105,69); }
div.DivClassName
{
background-color: #976945;
}
.BgClassName
{
background-color: #976945;
}
</style>
border-color css
<style>
span { border-color: #976945; }
span { border-color: rgb(151,105,69); }
td.TdClassName
{
border-color: #976945;
}
.TagClassName
{
border-color: #976945;
}
</style>