#90838A

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

Shades of Taupe Grey #90838A

Tints of Taupe Grey #90838A

Color information

#90838A (or 0x90838A) is unknown color: approx Taupe Grey. HEX triplet: 90, 83 and 8A. RGB value is (144,131,138). Sum of RGB (Red+Green+Blue) = 144+131+138=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #90838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90838A is #6F7C75. Grayscale: #878787. Windows color (decimal): -7306358 or 9077648. OLE color: 9077648.

HSL color Cylindrical-coordinate representation of color #90838A: hue angle of 327.69º 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 #90838A is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB144131138-
CMYK00.090.040.44
HSL327.69º5.53%53.92%-
HSV(B)327.69º9.03%56.47%-
XYZ24.212427.4-
YUV135.68129.31133.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=34.87%
G=31.72%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113800.090.040.44327.695.5353.92
Hex90838A0942C148636
Octal220203212011454510666
Binary10010000100000111000101001001100101100101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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