#897B6D

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

Shades of Americano #897B6D

Tints of Americano #897B6D

Color information

#897B6D (or 0x897B6D) is unknown color: approx Americano. HEX triplet: 89, 7B and 6D. RGB value is (137,123,109). Sum of RGB (Red+Green+Blue) = 137+123+109=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #897B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B6D is #768492. Grayscale: #7D7D7D. Windows color (decimal): -7767187 or 7175049. OLE color: 7175049.

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

Color convert

RGB137123109-
CMYK00.100.200.46
HSL30º11.38%48.24%-
HSV(B)30º20.44%53.73%-
XYZ20.1620.5917.38-
YUV125.59118.64136.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=37.13%
G=33.33%
B=29.54%

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
Decimal13712310900.100.200.463011.3848.24
Hex897B6D0A142E1eb30
Octal2111731550122456361360
Binary10001001111101111011010101010100101110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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