#917A6D

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

Shades of Americano #917A6D

Tints of Americano #917A6D

Color information

#917A6D (or 0x917A6D) is unknown color: approx Americano. HEX triplet: 91, 7A and 6D. RGB value is (145,122,109). Sum of RGB (Red+Green+Blue) = 145+122+109=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A6D is #6E8592. Grayscale: #7F7F7F. Windows color (decimal): -7243155 or 7174801. OLE color: 7174801.

HSL color Cylindrical-coordinate representation of color #917A6D: hue angle of 21.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917A6D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145122109-
CMYK00.160.250.43
HSL21.67º14.17%49.8%-
HSV(B)21.67º24.83%56.86%-
XYZ21.421.0417.4-
YUV127.4117.62140.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=38.56%
G=32.45%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512210900.160.250.4321.6714.1749.8
Hex917A6D010192B16e32
Octal2211721550203153261662
Binary100100011111010110110101000011001101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,109); }

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

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

 a { background-color: rgb(145,122,109); }

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

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

 span { border-color: rgb(145,122,109); }

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