#918491

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

Shades of Taupe Grey #918491

Tints of Taupe Grey #918491

Color information

#918491 (or 0x918491) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 91. RGB value is (145,132,145). Sum of RGB (Red+Green+Blue) = 145+132+145=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #918491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918491 is #6E7B6E. Grayscale: #898989. Windows color (decimal): -7240559 or 9536657. OLE color: 9536657.

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

Color convert

RGB145132145-
CMYK00.0900.43
HSL300º5.58%54.31%-
HSV(B)300º8.97%56.86%-
XYZ25.0424.5730.21-
YUV137.37132.31133.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=34.36%
G=31.28%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513214500.0900.433005.5854.31
Hex9184910902B12c636
Octal221204221011053454666
Binary100100011000010010010001010010101011100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918491; }

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

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

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

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

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

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

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

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