Shades of Americano #85796E
Tints of Americano #85796E
RGB
CMYK
RGB Variations
Color information
#85796E (or 0x85796E) is known color: Americano. HEX triplet: 85, 79 and 6E. RGB value is (133,121,110). Sum of RGB (Red+Green+Blue) = 133+121+110=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #85796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85796E is #7A8691. Grayscale: #7B7B7B. Windows color (decimal): -8029842 or 7240069. OLE color: 7240069.
HSL color Cylindrical-coordinate representation of color #85796E: hue angle of 28.7º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85796E is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 110 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.48 |
| HSL | 28.7º | 0.09% | 0.48% | - |
| HSV(B) | 28.7º | 0.17% | 0.52% | - |
| XYZ | 19.32 | 19.79 | 17.55 | - |
| YUV | 123.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 110 | 0 | 0.09 | 0.17 | 0.48 | 28.7 | 0.09 | 0.48 |
| Hex | 85 | 79 | 6E | 0 | 9 | 11 | 30 | 1D | 9 | 30 |
| Octal | 205 | 171 | 156 | 0 | 11 | 21 | 60 | 35 | 11 | 60 |
| Binary | 10000101 | 1111001 | 1101110 | 0 | 1001 | 10001 | 110000 | 11101 | 1001 | 110000 |
Color Harmonies of #85796E
Complementary color
Monochromatic Colors of #85796E
Black with #85796E
Text Example
Text Example
White with #85796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85796E; }
p { color: rgb(133,121,110); }
H1.HeaderClassName
{
color: #85796E;
}
.AnyTagClassName
{
color: #85796E;
}
</style>
background-color css
<style>
a { background-color: #85796E; }
a { background-color: rgb(133,121,110); }
div.DivClassName
{
background-color: #85796E;
}
.BgClassName
{
background-color: #85796E;
}
</style>
border-color css
<style>
span { border-color: #85796E; }
span { border-color: rgb(133,121,110); }
td.TdClassName
{
border-color: #85796E;
}
.TagClassName
{
border-color: #85796E;
}
</style>