#90848E

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

Shades of Taupe Grey #90848E

Tints of Taupe Grey #90848E

Color information

#90848E (or 0x90848E) is unknown color: approx Taupe Grey. HEX triplet: 90, 84 and 8E. RGB value is (144,132,142). Sum of RGB (Red+Green+Blue) = 144+132+142=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #90848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90848E is #6F7B71. Grayscale: #888888. Windows color (decimal): -7306098 or 9340048. OLE color: 9340048.

HSL color Cylindrical-coordinate representation of color #90848E: hue angle of 310º 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 #90848E is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144132142-
CMYK00.080.010.44
HSL310º5.13%54.12%-
HSV(B)310º8.33%56.47%-
XYZ24.6424.3829-
YUV136.73130.98133.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=34.45%
G=31.58%
B=33.97%

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
Decimal14413214200.080.010.443105.1354.12
Hex90848E0812C136536
Octal220204216010154466566
Binary100100001000010010001110010001101100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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