#958191

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

Shades of Taupe Grey #958191

Tints of Taupe Grey #958191

Color information

#958191 (or 0x958191) is unknown color: approx Taupe Grey. HEX triplet: 95, 81 and 91. RGB value is (149,129,145). Sum of RGB (Red+Green+Blue) = 149+129+145=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958191 is #6A7E6E. Grayscale: #888888. Windows color (decimal): -6979183 or 9535893. OLE color: 9535893.

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

Color convert

RGB149129145-
CMYK00.130.030.42
HSL312º8.62%54.51%-
HSV(B)312º13.42%58.43%-
XYZ25.3624.1330.11-
YUV136.8132.63136.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=35.22%
G=30.50%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912914500.130.030.423128.6254.51
Hex9581910D32A138937
Octal2252012210153524701167
Binary10010101100000011001000101101111010101001110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958191; }

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

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

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

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

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

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

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

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