#958394

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

Shades of Taupe Grey #958394

Tints of Taupe Grey #958394

Color information

#958394 (or 0x958394) is unknown color: approx Taupe Grey. HEX triplet: 95, 83 and 94. RGB value is (149,131,148). Sum of RGB (Red+Green+Blue) = 149+131+148=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958394 is #6A7C6B. Grayscale: #8A8A8A. Windows color (decimal): -6978668 or 9733013. OLE color: 9733013.

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

Color convert

RGB149131148-
CMYK00.120.010.42
HSL303.33º7.83%54.9%-
HSV(B)303.33º12.08%58.43%-
XYZ25.8624.7631.43-
YUV138.32133.46135.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=34.81%
G=30.61%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913114800.120.010.42303.337.8354.9
Hex9583940C12A12f837
Octal2252032240141524571067
Binary1001010110000011100101000110011010101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958394; }

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

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

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

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

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

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

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

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