Shades of Dark Tan #976652
Tints of Dark Tan #976652
RGB
CMYK
RGB Variations
Color information
#976652 (or 0x976652) is known color: Dark Tan. HEX triplet: 97, 66 and 52. RGB value is (151,102,82). Sum of RGB (Red+Green+Blue) = 151+102+82=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976652 is #6899AD. Grayscale: #727272. Windows color (decimal): -6855086 or 5400215. OLE color: 5400215.
HSL color Cylindrical-coordinate representation of color #976652: hue angle of 17.39º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976652 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 82 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.41 |
| HSL | 17.39º | 0.3% | 0.46% | - |
| HSV(B) | 17.39º | 0.46% | 0.59% | - |
| XYZ | 19.04 | 16.69 | 10.2 | - |
| YUV | 114.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 82 | 0 | 0.32 | 0.46 | 0.41 | 17.39 | 0.3 | 0.46 |
| Hex | 97 | 66 | 52 | 0 | 20 | 2E | 29 | 11 | 1E | 2E |
| Octal | 227 | 146 | 122 | 0 | 40 | 56 | 51 | 21 | 36 | 56 |
| Binary | 10010111 | 1100110 | 1010010 | 0 | 100000 | 101110 | 101001 | 10001 | 11110 | 101110 |
Color Harmonies of #976652
Complementary color
Monochromatic Colors of #976652
Black with #976652
Text Example
Text Example
White with #976652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976652; }
p { color: rgb(151,102,82); }
H1.HeaderClassName
{
color: #976652;
}
.AnyTagClassName
{
color: #976652;
}
</style>
background-color css
<style>
a { background-color: #976652; }
a { background-color: rgb(151,102,82); }
div.DivClassName
{
background-color: #976652;
}
.BgClassName
{
background-color: #976652;
}
</style>
border-color css
<style>
span { border-color: #976652; }
span { border-color: rgb(151,102,82); }
td.TdClassName
{
border-color: #976652;
}
.TagClassName
{
border-color: #976652;
}
</style>