#89796E

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

Shades of Americano #89796E

Tints of Americano #89796E

Color information

#89796E (or 0x89796E) is unknown color: approx Americano. HEX triplet: 89, 79 and 6E. RGB value is (137,121,110). Sum of RGB (Red+Green+Blue) = 137+121+110=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #89796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89796E is #768691. Grayscale: #7C7C7C. Windows color (decimal): -7767698 or 7240073. OLE color: 7240073.

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

Color convert

RGB137121110-
CMYK00.120.200.46
HSL24.44º10.93%48.43%-
HSV(B)24.44º19.71%53.73%-
XYZ19.9720.1217.58-
YUV124.53119.8136.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=37.23%
G=32.88%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712111000.120.200.4624.4410.9348.43
Hex89796E0C142E18b30
Octal2111711560142456301360
Binary10001001111100111011100110010100101110110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89796E; }

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

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

<style>
 a { background-color: #89796E; }

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

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

<style>
 span { border-color: #89796E; }

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

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