#917F71

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

Shades of Americano #917F71

Tints of Americano #917F71

Color information

#917F71 (or 0x917F71) is unknown color: approx Americano. HEX triplet: 91, 7F and 71. RGB value is (145,127,113). Sum of RGB (Red+Green+Blue) = 145+127+113=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F71 is #6E808E. Grayscale: #828282. Windows color (decimal): -7241871 or 7438225. OLE color: 7438225.

HSL color Cylindrical-coordinate representation of color #917F71: hue angle of 26.25º 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 #917F71 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145127113-
CMYK00.120.220.43
HSL26.25º12.7%50.59%-
HSV(B)26.25º22.07%56.86%-
XYZ22.2522.3918.77-
YUV130.79117.96138.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=37.66%
G=32.99%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512711300.120.220.4326.2512.750.59
Hex917F710C162B1ad33
Octal2211771610142653321563
Binary10010001111111111100010110010110101011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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