#918074

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

Shades of Americano #918074

Tints of Americano #918074

Color information

#918074 (or 0x918074) is unknown color: approx Americano. HEX triplet: 91, 80 and 74. RGB value is (145,128,116). Sum of RGB (Red+Green+Blue) = 145+128+116=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918074 is #6E7F8B. Grayscale: #838383. Windows color (decimal): -7241612 or 7635089. OLE color: 7635089.

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

Color convert

RGB145128116-
CMYK00.120.20.43
HSL24.83º11.65%51.18%-
HSV(B)24.83º20%56.86%-
XYZ22.5522.7219.72-
YUV131.71119.13137.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=37.28%
G=32.90%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512811600.120.20.4324.8311.6551.18
Hex9180740C142B19c33
Octal2212001640142453311463
Binary100100011000000011101000110010100101011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918074; }

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

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

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

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

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

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

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

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