#958894

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

Shades of Taupe Grey #958894

Tints of Taupe Grey #958894

Color information

#958894 (or 0x958894) is unknown color: approx Taupe Grey. HEX triplet: 95, 88 and 94. RGB value is (149,136,148). Sum of RGB (Red+Green+Blue) = 149+136+148=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 149 - color contains mainly: red. Hex color #958894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958894 is #6A776B. Grayscale: #8D8D8D. Windows color (decimal): -6977388 or 9734293. OLE color: 9734293.

HSL color Cylindrical-coordinate representation of color #958894: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958894 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149136148-
CMYK00.090.010.42
HSL304.62º5.78%55.88%-
HSV(B)304.62º8.72%58.43%-
XYZ26.5426.1431.66-
YUV141.26131.81133.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=34.41%
G=31.41%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913614800.090.010.42304.625.7855.88
Hex9588940912A131638
Octal225210224011152461670
Binary100101011000100010010100010011101010100110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958894; }

 p { color: rgb(149,136,148); }

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

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

 a { background-color: rgb(149,136,148); }

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

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

 span { border-color: rgb(149,136,148); }

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