#908D90

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

Shades of Taupe Grey #908D90

Tints of Taupe Grey #908D90

Color information

#908D90 (or 0x908D90) is unknown color: approx Taupe Grey. HEX triplet: 90, 8D and 90. RGB value is (144,141,144). Sum of RGB (Red+Green+Blue) = 144+141+144=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D90 is #6F726F. Grayscale: #8E8E8E. Windows color (decimal): -7303792 or 9473424. OLE color: 9473424.

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

Color convert

RGB144141144-
CMYK00.0200.44
HSL300º1.33%55.88%-
HSV(B)300º2.08%56.47%-
XYZ26.0626.9930.22-
YUV142.24128.99129.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=33.57%
G=32.87%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414114400.0200.443001.3355.88
Hex908D900202C12c138
Octal22021522002054454170
Binary10010000100011011001000001001011001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D90; }

 p { color: rgb(144,141,144); }

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

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

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

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

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

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

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