#918490

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

Shades of Taupe Grey #918490

Tints of Taupe Grey #918490

Color information

#918490 (or 0x918490) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 90. RGB value is (145,132,144). Sum of RGB (Red+Green+Blue) = 145+132+144=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #918490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918490 is #6E7B6F. Grayscale: #898989. Windows color (decimal): -7240560 or 9471121. OLE color: 9471121.

HSL color Cylindrical-coordinate representation of color #918490: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918490 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145132144-
CMYK00.090.010.43
HSL304.62º5.58%54.31%-
HSV(B)304.62º8.97%56.86%-
XYZ24.9624.5429.81-
YUV137.26131.81133.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=34.44%
G=31.35%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513214400.090.010.43304.625.5854.31
Hex9184900912B131636
Octal221204220011153461666
Binary100100011000010010010000010011101011100110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918490; }

 p { color: rgb(145,132,144); }

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

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

 a { background-color: rgb(145,132,144); }

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

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

 span { border-color: rgb(145,132,144); }

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