#90898E

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

Shades of Taupe Grey #90898E

Tints of Taupe Grey #90898E

Color information

#90898E (or 0x90898E) is unknown color: approx Taupe Grey. HEX triplet: 90, 89 and 8E. RGB value is (144,137,142). Sum of RGB (Red+Green+Blue) = 144+137+142=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #90898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898E is #6F7671. Grayscale: #8B8B8B. Windows color (decimal): -7304818 or 9341328. OLE color: 9341328.

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

Color convert

RGB144137142-
CMYK00.050.010.44
HSL317.14º3.06%55.1%-
HSV(B)317.14º4.86%56.47%-
XYZ25.3325.7729.23-
YUV139.66129.32131.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=34.04%
G=32.39%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413714200.050.010.44317.143.0655.1
Hex90898E0512C13d337
Octal22021121605154475367
Binary1001000010001001100011100101110110010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90898E; }

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

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

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

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

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

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

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

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