#918175

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

Shades of Americano #918175

Tints of Americano #918175

Color information

#918175 (or 0x918175) is unknown color: approx Americano. HEX triplet: 91, 81 and 75. RGB value is (145,129,117). Sum of RGB (Red+Green+Blue) = 145+129+117=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918175 is #6E7E8A. Grayscale: #848484. Windows color (decimal): -7241355 or 7700881. OLE color: 7700881.

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

Color convert

RGB145129117-
CMYK00.110.190.43
HSL25.71º11.29%51.37%-
HSV(B)25.71º19.31%56.86%-
XYZ22.742320.07-
YUV132.42119.3136.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=37.08%
G=32.99%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512911700.110.190.4325.7111.2951.37
Hex9181750B132B1ab33
Octal2212011650132353321363
Binary100100011000000111101010101110011101011110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918175; }

 p { color: rgb(145,129,117); }

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

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

 a { background-color: rgb(145,129,117); }

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

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

 span { border-color: rgb(145,129,117); }

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