#90888E

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

Shades of Taupe Grey #90888E

Tints of Taupe Grey #90888E

Color information

#90888E (or 0x90888E) is unknown color: approx Taupe Grey. HEX triplet: 90, 88 and 8E. RGB value is (144,136,142). Sum of RGB (Red+Green+Blue) = 144+136+142=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #90888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90888E is #6F7771. Grayscale: #8B8B8B. Windows color (decimal): -7305074 or 9341072. OLE color: 9341072.

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

Color convert

RGB144136142-
CMYK00.060.010.44
HSL315º3.48%54.9%-
HSV(B)315º5.56%56.47%-
XYZ25.1925.4929.18-
YUV139.08129.65131.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=34.12%
G=32.23%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413614200.060.010.443153.4854.9
Hex90888E0612C13b337
Octal22021021606154473367
Binary1001000010001000100011100110110110010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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