#90848C

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

Shades of Taupe Grey #90848C

Tints of Taupe Grey #90848C

Color information

#90848C (or 0x90848C) is unknown color: approx Taupe Grey. HEX triplet: 90, 84 and 8C. RGB value is (144,132,140). Sum of RGB (Red+Green+Blue) = 144+132+140=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90848C is #6F7B73. Grayscale: #888888. Windows color (decimal): -7306100 or 9208976. OLE color: 9208976.

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

Color convert

RGB144132140-
CMYK00.080.030.44
HSL320º5.13%54.12%-
HSV(B)320º8.33%56.47%-
XYZ24.4924.3328.22-
YUV136.5129.98133.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=34.62%
G=31.73%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413214000.080.030.443205.1354.12
Hex90848C0832C140536
Octal220204214010354500566
Binary1001000010000100100011000100011101100101000000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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