#918E91

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

Shades of Taupe Grey #918E91

Tints of Taupe Grey #918E91

Color information

#918E91 (or 0x918E91) is unknown color: approx Taupe Grey. HEX triplet: 91, 8E and 91. RGB value is (145,142,145). Sum of RGB (Red+Green+Blue) = 145+142+145=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #918E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E91 is #6E716E. Grayscale: #8F8F8F. Windows color (decimal): -7237999 or 9539217. OLE color: 9539217.

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

Color convert

RGB145142145-
CMYK00.0200.43
HSL300º1.35%56.27%-
HSV(B)300º2.07%56.86%-
XYZ26.4627.4130.68-
YUV143.24128.99129.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=33.56%
G=32.87%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514214500.0200.433001.3556.27
Hex918E910202B12c138
Octal22121622102053454170
Binary10010001100011101001000101001010111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918E91; }

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

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

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

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

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

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

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

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