#958293

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

Shades of Taupe Grey #958293

Tints of Taupe Grey #958293

Color information

#958293 (or 0x958293) is unknown color: approx Taupe Grey. HEX triplet: 95, 82 and 93. RGB value is (149,130,147). Sum of RGB (Red+Green+Blue) = 149+130+147=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958293 is #6A7D6C. Grayscale: #898989. Windows color (decimal): -6978925 or 9667221. OLE color: 9667221.

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

Color convert

RGB149130147-
CMYK00.130.010.42
HSL306.32º8.23%54.71%-
HSV(B)306.32º12.75%58.43%-
XYZ25.6424.4630.97-
YUV137.62133.29136.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=34.98%
G=30.52%
B=34.51%

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
Decimal14913014700.130.010.42306.328.2354.71
Hex9582930D12A132837
Octal2252022230151524621067
Binary1001010110000010100100110110111010101001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958293; }

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

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

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

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

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

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

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

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