#918174

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

Shades of Americano #918174

Tints of Americano #918174

Color information

#918174 (or 0x918174) is unknown color: approx Americano. HEX triplet: 91, 81 and 74. RGB value is (145,129,116). Sum of RGB (Red+Green+Blue) = 145+129+116=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918174 is #6E7E8B. Grayscale: #848484. Windows color (decimal): -7241356 or 7635345. OLE color: 7635345.

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

Color convert

RGB145129116-
CMYK00.110.20.43
HSL26.9º11.65%51.18%-
HSV(B)26.9º20%56.86%-
XYZ22.6822.9819.76-
YUV132.3118.8137.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=37.18%
G=33.08%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512911600.110.20.4326.911.6551.18
Hex9181740B142B1bc33
Octal2212011640132453331463
Binary100100011000000111101000101110100101011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918174; }

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

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

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

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

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

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

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

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