Shades of Americano #897A6D
Tints of Americano #897A6D
RGB
CMYK
RGB Variations
Color information
#897A6D (or 0x897A6D) is known color: Americano. HEX triplet: 89, 7A and 6D. RGB value is (137,122,109). Sum of RGB (Red+Green+Blue) = 137+122+109=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #897A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A6D is #768592. Grayscale: #7D7D7D. Windows color (decimal): -7767443 or 7174793. OLE color: 7174793.
HSL color Cylindrical-coordinate representation of color #897A6D: hue angle of 27.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #897A6D is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 109 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.46 |
| HSL | 27.86º | 0.11% | 0.48% | - |
| HSV(B) | 27.86º | 0.2% | 0.54% | - |
| XYZ | 20.04 | 20.34 | 17.34 | - |
| YUV | 125 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 109 | 0 | 0.11 | 0.20 | 0.46 | 27.86 | 0.11 | 0.48 |
| Hex | 89 | 7A | 6D | 0 | B | 14 | 2E | 1C | B | 30 |
| Octal | 211 | 172 | 155 | 0 | 13 | 24 | 56 | 34 | 13 | 60 |
| Binary | 10001001 | 1111010 | 1101101 | 0 | 1011 | 10100 | 101110 | 11100 | 1011 | 110000 |
Color Harmonies of #897A6D
Complementary color
Monochromatic Colors of #897A6D
Black with #897A6D
Text Example
Text Example
White with #897A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A6D; }
p { color: rgb(137,122,109); }
H1.HeaderClassName
{
color: #897A6D;
}
.AnyTagClassName
{
color: #897A6D;
}
</style>
background-color css
<style>
a { background-color: #897A6D; }
a { background-color: rgb(137,122,109); }
div.DivClassName
{
background-color: #897A6D;
}
.BgClassName
{
background-color: #897A6D;
}
</style>
border-color css
<style>
span { border-color: #897A6D; }
span { border-color: rgb(137,122,109); }
td.TdClassName
{
border-color: #897A6D;
}
.TagClassName
{
border-color: #897A6D;
}
</style>