#897B6E

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

Shades of Americano #897B6E

Tints of Americano #897B6E

Color information

#897B6E (or 0x897B6E) is unknown color: approx Americano. HEX triplet: 89, 7B and 6E. RGB value is (137,123,110). Sum of RGB (Red+Green+Blue) = 137+123+110=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B6E is #768491. Grayscale: #7D7D7D. Windows color (decimal): -7767186 or 7240585. OLE color: 7240585.

HSL color Cylindrical-coordinate representation of color #897B6E: hue angle of 28.89º 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 #897B6E is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137123110-
CMYK00.100.200.46
HSL28.89º10.93%48.43%-
HSV(B)28.89º19.71%53.73%-
XYZ20.2120.6117.66-
YUV125.7119.14136.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=37.03%
G=33.24%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712311000.100.200.4628.8910.9348.43
Hex897B6E0A142E1db30
Octal2111731560122456351360
Binary10001001111101111011100101010100101110111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,110); }

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

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

 a { background-color: rgb(137,123,110); }

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

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

 span { border-color: rgb(137,123,110); }

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