#90818E

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

Shades of Taupe Grey #90818E

Tints of Taupe Grey #90818E

Color information

#90818E (or 0x90818E) is unknown color: approx Taupe Grey. HEX triplet: 90, 81 and 8E. RGB value is (144,129,142). Sum of RGB (Red+Green+Blue) = 144+129+142=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #90818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90818E is #6F7E71. Grayscale: #868686. Windows color (decimal): -7306866 or 9339280. OLE color: 9339280.

HSL color Cylindrical-coordinate representation of color #90818E: hue angle of 308º 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 #90818E is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144129142-
CMYK00.100.010.44
HSL308º6.33%53.53%-
HSV(B)308º10.42%56.47%-
XYZ24.2323.5828.87-
YUV134.97131.97134.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=34.70%
G=31.08%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412914200.100.010.443086.3353.53
Hex90818E0A12C134636
Octal220201216012154464666
Binary100100001000000110001110010101101100100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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