#958193

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

Shades of Taupe Grey #958193

Tints of Taupe Grey #958193

Color information

#958193 (or 0x958193) is unknown color: approx Taupe Grey. HEX triplet: 95, 81 and 93. RGB value is (149,129,147). Sum of RGB (Red+Green+Blue) = 149+129+147=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958193 is #6A7E6C. Grayscale: #888888. Windows color (decimal): -6979181 or 9666965. OLE color: 9666965.

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

Color convert

RGB149129147-
CMYK00.130.010.42
HSL306º8.62%54.51%-
HSV(B)306º13.42%58.43%-
XYZ25.5124.230.93-
YUV137.03133.63136.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=35.06%
G=30.35%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912914700.130.010.423068.6254.51
Hex9581930D12A132937
Octal2252012230151524621167
Binary1001010110000001100100110110111010101001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958193; }

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

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

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

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

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

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

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

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