#90818B

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

Shades of Taupe Grey #90818B

Tints of Taupe Grey #90818B

Color information

#90818B (or 0x90818B) is unknown color: approx Taupe Grey. HEX triplet: 90, 81 and 8B. RGB value is (144,129,139). Sum of RGB (Red+Green+Blue) = 144+129+139=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #90818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90818B is #6F7E74. Grayscale: #868686. Windows color (decimal): -7306869 or 9142672. OLE color: 9142672.

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

Color convert

RGB144129139-
CMYK00.100.030.44
HSL320º6.33%53.53%-
HSV(B)320º10.42%56.47%-
XYZ24.0123.4927.7-
YUV134.62130.47134.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=34.95%
G=31.31%
B=33.74%

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
Decimal14412913900.100.030.443206.3353.53
Hex90818B0A32C140636
Octal220201213012354500666
Binary1001000010000001100010110101011101100101000000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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