#90868E

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

Shades of Taupe Grey #90868E

Tints of Taupe Grey #90868E

Color information

#90868E (or 0x90868E) is unknown color: approx Taupe Grey. HEX triplet: 90, 86 and 8E. RGB value is (144,134,142). Sum of RGB (Red+Green+Blue) = 144+134+142=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 144 - color contains mainly: red. Hex color #90868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90868E is #6F7971. Grayscale: #898989. Windows color (decimal): -7305586 or 9340560. OLE color: 9340560.

HSL color Cylindrical-coordinate representation of color #90868E: hue angle of 312º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90868E is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144134142-
CMYK00.070.010.44
HSL312º4.31%54.51%-
HSV(B)312º6.94%56.47%-
XYZ24.9124.9329.09-
YUV137.9130.31132.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=34.29%
G=31.90%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413414200.070.010.443124.3154.51
Hex90868E0712C138437
Octal22020621607154470467
Binary10010000100001101000111001111101100100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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