Html Css Color HEX #89796E Americano

📋 copy color: '#89796E'

red 137 ◦ green 121 ◦ blue 110

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

Shades of Americano #89796E

Tints of Americano #89796E

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

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89796E (or 0x89796E) is known color: 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

RGB 137 121 110 -
CMYK 0 0.12 0.20 0.46
HSL 24.44º 0.11% 0.48% -
HSV(B) 24.44º 0.2% 0.54% -
XYZ 19.97 20.12 17.58 -
YUV 124.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 137 121 110 0 0.12 0.20 0.46 24.44 0.11 0.48
Hex 89 79 6E 0 C 14 2E 18 B 30
Octal 211 171 156 0 14 24 56 30 13 60
Binary 10001001 1111001 1101110 0 1100 10100 101110 11000 1011 110000

Color Harmonies of #89796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89796E

Black with #89796E

Text Example


Text Example

White with #89796E

Text Example


Text Example

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