Html Css Color HEX #89756A Americano

📋 copy color: '#89756A'

red 137 ◦ green 117 ◦ blue 106

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

Shades of Americano #89756A

Tints of Americano #89756A

RGB

 RED value IS 137 (53.91% from 255) = 38.06%

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 38.06%
G = 32.5%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89756A (or 0x89756A) is known color: Americano. HEX triplet: 89, 75 and 6A. RGB value is (137,117,106). Sum of RGB (Red+Green+Blue) = 137+117+106=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89756A is #768A95. Grayscale: #797979. Windows color (decimal): -7768726 or 6976905. OLE color: 6976905.

HSL color Cylindrical-coordinate representation of color #89756A: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89756A is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 106 -
CMYK 0 0.15 0.23 0.46
HSL 21.29º 0.13% 0.48% -
HSV(B) 21.29º 0.23% 0.54% -
XYZ 19.28 19.08 16.3 -
YUV 121.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 137 117 106 0 0.15 0.23 0.46 21.29 0.13 0.48
Hex 89 75 6A 0 F 17 2E 15 D 30
Octal 211 165 152 0 17 27 56 25 15 60
Binary 10001001 1110101 1101010 0 1111 10111 101110 10101 1101 110000

Color Harmonies of #89756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89756A

Black with #89756A

Text Example


Text Example

White with #89756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89756A; }

 p { color: rgb(137,117,106); }

 H1.HeaderClassName
 {
   color: #89756A;
 }
 .AnyTagClassName
 {
   color: #89756A;
 }
</style>

background-color css

<style>
 a { background-color: #89756A; }

 a { background-color: rgb(137,117,106); }

 div.DivClassName
 {
   background-color: #89756A;
 }
 .BgClassName
 {
   background-color: #89756A;
 }
</style>

border-color css

<style>
 span { border-color: #89756A; }

 span { border-color: rgb(137,117,106); }

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