#89796F

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

Shades of Americano #89796F

Tints of Americano #89796F

Color information

#89796F (or 0x89796F) is unknown color: approx Americano. HEX triplet: 89, 79 and 6F. RGB value is (137,121,111). Sum of RGB (Red+Green+Blue) = 137+121+111=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #89796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89796F is #768690. Grayscale: #7C7C7C. Windows color (decimal): -7767697 or 7305609. OLE color: 7305609.

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

Color convert

RGB137121111-
CMYK00.120.190.46
HSL23.08º10.48%48.63%-
HSV(B)23.08º18.98%53.73%-
XYZ20.0220.1417.87-
YUV124.64120.3136.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=37.13%
G=32.79%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712111100.120.190.4623.0810.4848.63
Hex89796F0C132E17a31
Octal2111711570142356271261
Binary10001001111100111011110110010011101110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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