#90838E

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

Shades of Taupe Grey #90838E

Tints of Taupe Grey #90838E

Color information

#90838E (or 0x90838E) is unknown color: approx Taupe Grey. HEX triplet: 90, 83 and 8E. RGB value is (144,131,142). Sum of RGB (Red+Green+Blue) = 144+131+142=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90838E is #6F7C71. Grayscale: #888888. Windows color (decimal): -7306354 or 9339792. OLE color: 9339792.

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

Color convert

RGB144131142-
CMYK00.090.010.44
HSL309.23º5.53%53.92%-
HSV(B)309.23º9.03%56.47%-
XYZ24.524.1128.95-
YUV136.14131.31133.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=34.53%
G=31.41%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413114200.090.010.44309.235.5353.92
Hex90838E0912C135636
Octal220203216011154465666
Binary100100001000001110001110010011101100100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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