#918D8F

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

Shades of Taupe Grey #918D8F

Tints of Taupe Grey #918D8F

Color information

#918D8F (or 0x918D8F) is unknown color: approx Taupe Grey. HEX triplet: 91, 8D and 8F. RGB value is (145,141,143). Sum of RGB (Red+Green+Blue) = 145+141+143=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 145 - color contains mainly: red. Hex color #918D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D8F is #6E7270. Grayscale: #8E8E8E. Windows color (decimal): -7238257 or 9407889. OLE color: 9407889.

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

Color convert

RGB145141143-
CMYK00.030.010.43
HSL330º1.79%56.08%-
HSV(B)330º2.76%56.86%-
XYZ26.1627.0529.83-
YUV142.42128.33129.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=33.80%
G=32.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514114300.030.010.433301.7956.08
Hex918D8F0312B14a238
Octal22121521703153512270
Binary100100011000110110001111011110101110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,143); }

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

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

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

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

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

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

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