#89766C

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

Shades of Americano #89766C

Tints of Americano #89766C

Color information

#89766C (or 0x89766C) is unknown color: approx Americano. HEX triplet: 89, 76 and 6C. RGB value is (137,118,108). Sum of RGB (Red+Green+Blue) = 137+118+108=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89766C is #768993. Grayscale: #7A7A7A. Windows color (decimal): -7768468 or 7108233. OLE color: 7108233.

HSL color Cylindrical-coordinate representation of color #89766C: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89766C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137118108-
CMYK00.140.210.46
HSL20.69º11.84%48.04%-
HSV(B)20.69º21.17%53.73%-
XYZ19.519.3616.9-
YUV122.54119.79138.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=37.74%
G=32.51%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711810800.140.210.4620.6911.8448.04
Hex89766C0E152E15c30
Octal2111661540162556251460
Binary10001001111011011011000111010101101110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89766C; }

 p { color: rgb(137,118,108); }

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

<style>
 a { background-color: #89766C; }

 a { background-color: rgb(137,118,108); }

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

<style>
 span { border-color: #89766C; }

 span { border-color: rgb(137,118,108); }

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