#918E90

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

Shades of Taupe Grey #918E90

Tints of Taupe Grey #918E90

Color information

#918E90 (or 0x918E90) is unknown color: approx Taupe Grey. HEX triplet: 91, 8E and 90. RGB value is (145,142,144). Sum of RGB (Red+Green+Blue) = 145+142+144=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 145 - color contains mainly: red. Hex color #918E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E90 is #6E716F. Grayscale: #8F8F8F. Windows color (decimal): -7238000 or 9473681. OLE color: 9473681.

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

Color convert

RGB145142144-
CMYK00.020.010.43
HSL320º1.35%56.27%-
HSV(B)320º2.07%56.86%-
XYZ26.3827.3830.28-
YUV143.12128.49129.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=33.64%
G=32.95%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514214400.020.010.433201.3556.27
Hex918E900212B140138
Octal22121622002153500170
Binary10010001100011101001000001011010111010000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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