#90818C

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

Shades of Taupe Grey #90818C

Tints of Taupe Grey #90818C

Color information

#90818C (or 0x90818C) is unknown color: approx Taupe Grey. HEX triplet: 90, 81 and 8C. RGB value is (144,129,140). Sum of RGB (Red+Green+Blue) = 144+129+140=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #90818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90818C is #6F7E73. Grayscale: #868686. Windows color (decimal): -7306868 or 9208208. OLE color: 9208208.

HSL color Cylindrical-coordinate representation of color #90818C: hue angle of 316º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90818C is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144129140-
CMYK00.100.030.44
HSL316º6.33%53.53%-
HSV(B)316º10.42%56.47%-
XYZ24.0923.5228.08-
YUV134.74130.97134.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=34.87%
G=31.23%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412914000.100.030.443166.3353.53
Hex90818C0A32C13c636
Octal220201214012354474666
Binary1001000010000001100011000101011101100100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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