#958294

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

Shades of Taupe Grey #958294

Tints of Taupe Grey #958294

Color information

#958294 (or 0x958294) is unknown color: approx Taupe Grey. HEX triplet: 95, 82 and 94. RGB value is (149,130,148). Sum of RGB (Red+Green+Blue) = 149+130+148=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958294 is #6A7D6B. Grayscale: #898989. Windows color (decimal): -6978924 or 9732757. OLE color: 9732757.

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

Color convert

RGB149130148-
CMYK00.130.010.42
HSL303.16º8.23%54.71%-
HSV(B)303.16º12.75%58.43%-
XYZ25.7224.4931.39-
YUV137.73133.79136.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=34.89%
G=30.44%
B=34.66%

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
Decimal14913014800.130.010.42303.168.2354.71
Hex9582940D12A12f837
Octal2252022240151524571067
Binary1001010110000010100101000110111010101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958294; }

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

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

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

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

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

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

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

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