#908690

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

Shades of Taupe Grey #908690

Tints of Taupe Grey #908690

Color information

#908690 (or 0x908690) is unknown color: approx Taupe Grey. HEX triplet: 90, 86 and 90. RGB value is (144,134,144). Sum of RGB (Red+Green+Blue) = 144+134+144=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908690 is #6F796F. Grayscale: #8A8A8A. Windows color (decimal): -7305584 or 9471632. OLE color: 9471632.

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

Color convert

RGB144134144-
CMYK00.0700.44
HSL300º4.31%54.51%-
HSV(B)300º6.94%56.47%-
XYZ25.0624.9929.89-
YUV138.13131.31132.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=34.12%
G=31.75%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413414400.0700.443004.3154.51
Hex9086900702C12c437
Octal22020622007054454467
Binary10010000100001101001000001110101100100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908690; }

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

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

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

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

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

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

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

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