#918274

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

Shades of Americano #918274

Tints of Americano #918274

Color information

#918274 (or 0x918274) is unknown color: approx Americano. HEX triplet: 91, 82 and 74. RGB value is (145,130,116). Sum of RGB (Red+Green+Blue) = 145+130+116=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918274 is #6E7D8B. Grayscale: #848484. Windows color (decimal): -7241100 or 7635601. OLE color: 7635601.

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

Color convert

RGB145130116-
CMYK00.100.20.43
HSL28.97º11.65%51.18%-
HSV(B)28.97º20%56.86%-
XYZ22.8123.2519.81-
YUV132.89118.47136.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=37.08%
G=33.25%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513011600.100.20.4328.9711.6551.18
Hex9182740A142B1dc33
Octal2212021640122453351463
Binary100100011000001011101000101010100101011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918274; }

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

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

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

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

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

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

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

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