Shades of Dark Tan #976650
Tints of Dark Tan #976650
RGB
CMYK
RGB Variations
Color information
#976650 (or 0x976650) is known color: Dark Tan. HEX triplet: 97, 66 and 50. RGB value is (151,102,80). Sum of RGB (Red+Green+Blue) = 151+102+80=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976650 is #6899AF. Grayscale: #727272. Windows color (decimal): -6855088 or 5269143. OLE color: 5269143.
HSL color Cylindrical-coordinate representation of color #976650: hue angle of 18.59º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976650 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 80 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.41 |
| HSL | 18.59º | 0.31% | 0.45% | - |
| HSV(B) | 18.59º | 0.47% | 0.59% | - |
| XYZ | 18.96 | 16.66 | 9.81 | - |
| YUV | 114.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 80 | 0 | 0.32 | 0.47 | 0.41 | 18.59 | 0.31 | 0.45 |
| Hex | 97 | 66 | 50 | 0 | 20 | 2F | 29 | 13 | 1F | 2D |
| Octal | 227 | 146 | 120 | 0 | 40 | 57 | 51 | 23 | 37 | 55 |
| Binary | 10010111 | 1100110 | 1010000 | 0 | 100000 | 101111 | 101001 | 10011 | 11111 | 101101 |
Color Harmonies of #976650
Complementary color
Monochromatic Colors of #976650
Black with #976650
Text Example
Text Example
White with #976650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976650; }
p { color: rgb(151,102,80); }
H1.HeaderClassName
{
color: #976650;
}
.AnyTagClassName
{
color: #976650;
}
</style>
background-color css
<style>
a { background-color: #976650; }
a { background-color: rgb(151,102,80); }
div.DivClassName
{
background-color: #976650;
}
.BgClassName
{
background-color: #976650;
}
</style>
border-color css
<style>
span { border-color: #976650; }
span { border-color: rgb(151,102,80); }
td.TdClassName
{
border-color: #976650;
}
.TagClassName
{
border-color: #976650;
}
</style>