#90868F

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

Shades of Taupe Grey #90868F

Tints of Taupe Grey #90868F

Color information

#90868F (or 0x90868F) is unknown color: approx Taupe Grey. HEX triplet: 90, 86 and 8F. RGB value is (144,134,143). Sum of RGB (Red+Green+Blue) = 144+134+143=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 144 - color contains mainly: red. Hex color #90868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90868F is #6F7970. Grayscale: #898989. Windows color (decimal): -7305585 or 9406096. OLE color: 9406096.

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

Color convert

RGB144134143-
CMYK00.070.010.44
HSL306º4.31%54.51%-
HSV(B)306º6.94%56.47%-
XYZ24.9824.9629.49-
YUV138.02130.81132.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=34.20%
G=31.83%
B=33.97%

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
Decimal14413414300.070.010.443064.3154.51
Hex90868F0712C132437
Octal22020621707154462467
Binary10010000100001101000111101111101100100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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