#958091

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

Shades of Taupe Grey #958091

Tints of Taupe Grey #958091

Color information

#958091 (or 0x958091) is unknown color: approx Taupe Grey. HEX triplet: 95, 80 and 91. RGB value is (149,128,145). Sum of RGB (Red+Green+Blue) = 149+128+145=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958091 is #6A7F6E. Grayscale: #888888. Windows color (decimal): -6979439 or 9535637. OLE color: 9535637.

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

Color convert

RGB149128145-
CMYK00.140.030.42
HSL311.43º9.01%54.31%-
HSV(B)311.43º14.09%58.43%-
XYZ25.2223.8730.07-
YUV136.22132.96137.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=35.31%
G=30.33%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912814500.140.030.42311.439.0154.31
Hex9580910E32A137936
Octal2252002210163524671166
Binary10010101100000001001000101110111010101001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958091; }

 p { color: rgb(149,128,145); }

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

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

 a { background-color: rgb(149,128,145); }

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

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

 span { border-color: rgb(149,128,145); }

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