Shades of Americano #897C6E
Tints of Americano #897C6E
RGB
CMYK
RGB Variations
Color information
#897C6E (or 0x897C6E) is known color: Americano. HEX triplet: 89, 7C and 6E. RGB value is (137,124,110). Sum of RGB (Red+Green+Blue) = 137+124+110=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #897C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C6E is #768391. Grayscale: #7E7E7E. Windows color (decimal): -7766930 or 7240841. OLE color: 7240841.
HSL color Cylindrical-coordinate representation of color #897C6E: hue angle of 31.11º 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 #897C6E is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 110 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.46 |
| HSL | 31.11º | 0.11% | 0.48% | - |
| HSV(B) | 31.11º | 0.2% | 0.54% | - |
| XYZ | 20.34 | 20.86 | 17.71 | - |
| YUV | 126.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 110 | 0 | 0.09 | 0.20 | 0.46 | 31.11 | 0.11 | 0.48 |
| Hex | 89 | 7C | 6E | 0 | 9 | 14 | 2E | 1F | B | 30 |
| Octal | 211 | 174 | 156 | 0 | 11 | 24 | 56 | 37 | 13 | 60 |
| Binary | 10001001 | 1111100 | 1101110 | 0 | 1001 | 10100 | 101110 | 11111 | 1011 | 110000 |
Color Harmonies of #897C6E
Complementary color
Monochromatic Colors of #897C6E
Black with #897C6E
Text Example
Text Example
White with #897C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C6E; }
p { color: rgb(137,124,110); }
H1.HeaderClassName
{
color: #897C6E;
}
.AnyTagClassName
{
color: #897C6E;
}
</style>
background-color css
<style>
a { background-color: #897C6E; }
a { background-color: rgb(137,124,110); }
div.DivClassName
{
background-color: #897C6E;
}
.BgClassName
{
background-color: #897C6E;
}
</style>
border-color css
<style>
span { border-color: #897C6E; }
span { border-color: rgb(137,124,110); }
td.TdClassName
{
border-color: #897C6E;
}
.TagClassName
{
border-color: #897C6E;
}
</style>