#897A6F

Color #897A6F Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #897A6F

Tints of Americano #897A6F

Color information

#897A6F (or 0x897A6F) is unknown color: approx Americano. HEX triplet: 89, 7A and 6F. RGB value is (137,122,111). Sum of RGB (Red+Green+Blue) = 137+122+111=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A6F is #768590. Grayscale: #7D7D7D. Windows color (decimal): -7767441 or 7305865. OLE color: 7305865.

HSL color Cylindrical-coordinate representation of color #897A6F: hue angle of 25.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897A6F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137122111-
CMYK00.110.190.46
HSL25.38º10.48%48.63%-
HSV(B)25.38º18.98%53.73%-
XYZ20.1520.3917.91-
YUV125.23119.97136.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 111 (43.75% from 255) = 30%
R=37.03%
G=32.97%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712211100.110.190.4625.3810.4848.63
Hex897A6F0B132E19a31
Octal2111721570132356311261
Binary10001001111101011011110101110011101110110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897A6F; }

 p { color: rgb(137,122,111); }

 H1.HeaderClassName
 {
   color: #897A6F;
 }
 .AnyTagClassName
 {
   color: #897A6F;
 }
</style>
background-color css

<style>
 a { background-color: #897A6F; }

 a { background-color: rgb(137,122,111); }

 div.DivClassName
 {
   background-color: #897A6F;
 }
 .BgClassName
 {
   background-color: #897A6F;
 }
</style>
border-color css

<style>
 span { border-color: #897A6F; }

 span { border-color: rgb(137,122,111); }

 td.TdClassName
 {
   border-color: #897A6F;
 }
 .TagClassName
 {
   border-color: #897A6F;
 }
</style>