Shades of Americano #89796C
Tints of Americano #89796C
RGB
CMYK
RGB Variations
Color information
#89796C (or 0x89796C) is known color: Americano. HEX triplet: 89, 79 and 6C. RGB value is (137,121,108). Sum of RGB (Red+Green+Blue) = 137+121+108=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89796C is #768693. Grayscale: #7C7C7C. Windows color (decimal): -7767700 or 7109001. OLE color: 7109001.
HSL color Cylindrical-coordinate representation of color #89796C: hue angle of 26.9º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89796C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 108 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.46 |
| HSL | 26.9º | 0.12% | 0.48% | - |
| HSV(B) | 26.9º | 0.21% | 0.54% | - |
| XYZ | 19.86 | 20.08 | 17.02 | - |
| YUV | 124.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 108 | 0 | 0.12 | 0.21 | 0.46 | 26.9 | 0.12 | 0.48 |
| Hex | 89 | 79 | 6C | 0 | C | 15 | 2E | 1B | C | 30 |
| Octal | 211 | 171 | 154 | 0 | 14 | 25 | 56 | 33 | 14 | 60 |
| Binary | 10001001 | 1111001 | 1101100 | 0 | 1100 | 10101 | 101110 | 11011 | 1100 | 110000 |
Color Harmonies of #89796C
Complementary color
Monochromatic Colors of #89796C
Black with #89796C
Text Example
Text Example
White with #89796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89796C; }
p { color: rgb(137,121,108); }
H1.HeaderClassName
{
color: #89796C;
}
.AnyTagClassName
{
color: #89796C;
}
</style>
background-color css
<style>
a { background-color: #89796C; }
a { background-color: rgb(137,121,108); }
div.DivClassName
{
background-color: #89796C;
}
.BgClassName
{
background-color: #89796C;
}
</style>
border-color css
<style>
span { border-color: #89796C; }
span { border-color: rgb(137,121,108); }
td.TdClassName
{
border-color: #89796C;
}
.TagClassName
{
border-color: #89796C;
}
</style>