#958392

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

Shades of Taupe Grey #958392

Tints of Taupe Grey #958392

Color information

#958392 (or 0x958392) is unknown color: approx Taupe Grey. HEX triplet: 95, 83 and 92. RGB value is (149,131,146). Sum of RGB (Red+Green+Blue) = 149+131+146=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958392 is #6A7C6D. Grayscale: #8A8A8A. Windows color (decimal): -6978670 or 9601941. OLE color: 9601941.

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

Color convert

RGB149131146-
CMYK00.120.020.42
HSL310º7.83%54.9%-
HSV(B)310º12.08%58.43%-
XYZ25.724.730.61-
YUV138.09132.46135.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=34.98%
G=30.75%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913114600.120.020.423107.8354.9
Hex9583920C22A136837
Octal2252032220142524661067
Binary10010101100000111001001001100101010101001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958392; }

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

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

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

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

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

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

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

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