Shades of Dark Tan #976246
Tints of Dark Tan #976246
RGB
CMYK
RGB Variations
Color information
#976246 (or 0x976246) is known color: Dark Tan. HEX triplet: 97, 62 and 46. RGB value is (151,98,70). Sum of RGB (Red+Green+Blue) = 151+98+70=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #976246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976246 is #689DB9. Grayscale: #6E6E6E. Windows color (decimal): -6856122 or 4612759. OLE color: 4612759.
HSL color Cylindrical-coordinate representation of color #976246: hue angle of 20.74º 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 #976246 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 70 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.41 |
| HSL | 20.74º | 0.37% | 0.43% | - |
| HSV(B) | 20.74º | 0.54% | 0.59% | - |
| XYZ | 18.24 | 15.76 | 7.87 | - |
| YUV | 110.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 70 | 0 | 0.35 | 0.54 | 0.41 | 20.74 | 0.37 | 0.43 |
| Hex | 97 | 62 | 46 | 0 | 23 | 36 | 29 | 15 | 25 | 2B |
| Octal | 227 | 142 | 106 | 0 | 43 | 66 | 51 | 25 | 45 | 53 |
| Binary | 10010111 | 1100010 | 1000110 | 0 | 100011 | 110110 | 101001 | 10101 | 100101 | 101011 |
Color Harmonies of #976246
Complementary color
Monochromatic Colors of #976246
Black with #976246
Text Example
Text Example
White with #976246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976246; }
p { color: rgb(151,98,70); }
H1.HeaderClassName
{
color: #976246;
}
.AnyTagClassName
{
color: #976246;
}
</style>
background-color css
<style>
a { background-color: #976246; }
a { background-color: rgb(151,98,70); }
div.DivClassName
{
background-color: #976246;
}
.BgClassName
{
background-color: #976246;
}
</style>
border-color css
<style>
span { border-color: #976246; }
span { border-color: rgb(151,98,70); }
td.TdClassName
{
border-color: #976246;
}
.TagClassName
{
border-color: #976246;
}
</style>