#90858E

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

Shades of Taupe Grey #90858E

Tints of Taupe Grey #90858E

Color information

#90858E (or 0x90858E) is unknown color: approx Taupe Grey. HEX triplet: 90, 85 and 8E. RGB value is (144,133,142). Sum of RGB (Red+Green+Blue) = 144+133+142=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 144 - color contains mainly: red. Hex color #90858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90858E is #6F7A71. Grayscale: #898989. Windows color (decimal): -7305842 or 9340304. OLE color: 9340304.

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

Color convert

RGB144133142-
CMYK00.080.010.44
HSL310.91º4.72%54.31%-
HSV(B)310.91º7.64%56.47%-
XYZ24.7724.6629.04-
YUV137.32130.64132.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=34.37%
G=31.74%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413314200.080.010.44310.914.7254.31
Hex90858E0812C137536
Octal220205216010154467566
Binary100100001000010110001110010001101100100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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