#90848D

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

Shades of Taupe Grey #90848D

Tints of Taupe Grey #90848D

Color information

#90848D (or 0x90848D) is unknown color: approx Taupe Grey. HEX triplet: 90, 84 and 8D. RGB value is (144,132,141). Sum of RGB (Red+Green+Blue) = 144+132+141=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90848D is #6F7B72. Grayscale: #888888. Windows color (decimal): -7306099 or 9274512. OLE color: 9274512.

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

Color convert

RGB144132141-
CMYK00.080.020.44
HSL315º5.13%54.12%-
HSV(B)315º8.33%56.47%-
XYZ24.5624.3528.61-
YUV136.61130.48133.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=34.53%
G=31.65%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413214100.080.020.443155.1354.12
Hex90848D0822C13b536
Octal220204215010254473566
Binary1001000010000100100011010100010101100100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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