#958390

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

Shades of Taupe Grey #958390

Tints of Taupe Grey #958390

Color information

#958390 (or 0x958390) is unknown color: approx Taupe Grey. HEX triplet: 95, 83 and 90. RGB value is (149,131,144). Sum of RGB (Red+Green+Blue) = 149+131+144=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958390 is #6A7C6F. Grayscale: #898989. Windows color (decimal): -6978672 or 9470869. OLE color: 9470869.

HSL color Cylindrical-coordinate representation of color #958390: hue angle of 316.67º 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 #958390 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149131144-
CMYK00.120.030.42
HSL316.67º7.83%54.9%-
HSV(B)316.67º12.08%58.43%-
XYZ25.5424.6429.79-
YUV137.86131.46135.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=35.14%
G=30.90%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913114400.120.030.42316.677.8354.9
Hex9583900C32A13d837
Octal2252032200143524751067
Binary10010101100000111001000001100111010101001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958390; }

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

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

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

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

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

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

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

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