Html Css Color HEX #89766C Americano

📋 copy color: '#89766C'

red 137 ◦ green 118 ◦ blue 108

#89766C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #89766C

Tints of Americano #89766C

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 value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89766C (or 0x89766C) is known color: 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

RGB 137 118 108 -
CMYK 0 0.14 0.21 0.46
HSL 20.69º 0.12% 0.48% -
HSV(B) 20.69º 0.21% 0.54% -
XYZ 19.5 19.36 16.9 -
YUV 122.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 137 118 108 0 0.14 0.21 0.46 20.69 0.12 0.48
Hex 89 76 6C 0 E 15 2E 15 C 30
Octal 211 166 154 0 16 25 56 25 14 60
Binary 10001001 1110110 1101100 0 1110 10101 101110 10101 1100 110000

Color Harmonies of #89766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89766C

Black with #89766C

Text Example


Text Example

White with #89766C

Text Example


Text Example

HTML Codes & Css Web 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>