Html Css Color HEX #897D6F Americano

📋 copy color: '#897D6F'

red 137 ◦ green 125 ◦ blue 111

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

Shades of Americano #897D6F

Tints of Americano #897D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 36.73%
G = 33.51%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#897D6F (or 0x897D6F) is known color: Americano. HEX triplet: 89, 7D and 6F. RGB value is (137,125,111). Sum of RGB (Red+Green+Blue) = 137+125+111=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #897D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D6F is #768290. Grayscale: #7F7F7F. Windows color (decimal): -7766673 or 7306633. OLE color: 7306633.

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

Color convert

RGB 137 125 111 -
CMYK 0 0.09 0.19 0.46
HSL 32.31º 0.1% 0.49% -
HSV(B) 32.31º 0.19% 0.54% -
XYZ 20.52 21.13 18.04 -
YUV 126.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 137 125 111 0 0.09 0.19 0.46 32.31 0.1 0.49
Hex 89 7D 6F 0 9 13 2E 20 A 31
Octal 211 175 157 0 11 23 56 40 12 61
Binary 10001001 1111101 1101111 0 1001 10011 101110 100000 1010 110001

Color Harmonies of #897D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D6F

Black with #897D6F

Text Example


Text Example

White with #897D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D6F; }

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

 H1.HeaderClassName
 {
   color: #897D6F;
 }
 .AnyTagClassName
 {
   color: #897D6F;
 }
</style>

background-color css

<style>
 a { background-color: #897D6F; }

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

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

border-color css

<style>
 span { border-color: #897D6F; }

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

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