#90868B

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

Shades of Taupe Grey #90868B

Tints of Taupe Grey #90868B

Color information

#90868B (or 0x90868B) is unknown color: approx Taupe Grey. HEX triplet: 90, 86 and 8B. RGB value is (144,134,139). Sum of RGB (Red+Green+Blue) = 144+134+139=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90868B is #6F7974. Grayscale: #898989. Windows color (decimal): -7305589 or 9143952. OLE color: 9143952.

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

Color convert

RGB144134139-
CMYK00.070.030.44
HSL330º4.31%54.51%-
HSV(B)330º6.94%56.47%-
XYZ24.6924.8427.92-
YUV137.56128.81132.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=34.53%
G=32.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413413900.070.030.443304.3154.51
Hex90868B0732C14a437
Octal22020621307354512467
Binary100100001000011010001011011111101100101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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