#908390

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

Shades of Taupe Grey #908390

Tints of Taupe Grey #908390

Color information

#908390 (or 0x908390) is unknown color: approx Taupe Grey. HEX triplet: 90, 83 and 90. RGB value is (144,131,144). Sum of RGB (Red+Green+Blue) = 144+131+144=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908390 is #6F7C6F. Grayscale: #888888. Windows color (decimal): -7306352 or 9470864. OLE color: 9470864.

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

Color convert

RGB144131144-
CMYK00.0900.44
HSL300º5.53%53.92%-
HSV(B)300º9.03%56.47%-
XYZ24.6524.1829.75-
YUV136.37132.31133.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=34.37%
G=31.26%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413114400.0900.443005.5353.92
Hex9083900902C12c636
Octal220203220011054454666
Binary100100001000001110010000010010101100100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908390; }

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

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

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

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

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

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

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

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