#917E71

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

Shades of Americano #917E71

Tints of Americano #917E71

Color information

#917E71 (or 0x917E71) is unknown color: approx Americano. HEX triplet: 91, 7E and 71. RGB value is (145,126,113). Sum of RGB (Red+Green+Blue) = 145+126+113=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E71 is #6E818E. Grayscale: #828282. Windows color (decimal): -7242127 or 7437969. OLE color: 7437969.

HSL color Cylindrical-coordinate representation of color #917E71: hue angle of 24.37º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917E71 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145126113-
CMYK00.130.220.43
HSL24.37º12.7%50.59%-
HSV(B)24.37º22.07%56.86%-
XYZ22.1222.1318.73-
YUV130.2118.29138.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=37.76%
G=32.81%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512611300.130.220.4324.3712.750.59
Hex917E710D162B18d33
Octal2211761610152653301563
Binary10010001111111011100010110110110101011110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E71; }

 p { color: rgb(145,126,113); }

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

<style>
 a { background-color: #917E71; }

 a { background-color: rgb(145,126,113); }

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

<style>
 span { border-color: #917E71; }

 span { border-color: rgb(145,126,113); }

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