#958292

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

Shades of Taupe Grey #958292

Tints of Taupe Grey #958292

Color information

#958292 (or 0x958292) is unknown color: approx Taupe Grey. HEX triplet: 95, 82 and 92. RGB value is (149,130,146). Sum of RGB (Red+Green+Blue) = 149+130+146=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958292 is #6A7D6D. Grayscale: #898989. Windows color (decimal): -6978926 or 9601685. OLE color: 9601685.

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

Color convert

RGB149130146-
CMYK00.130.020.42
HSL309.47º8.23%54.71%-
HSV(B)309.47º12.75%58.43%-
XYZ25.5724.4330.56-
YUV137.5132.79136.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=35.06%
G=30.59%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913014600.130.020.42309.478.2354.71
Hex9582920D22A135837
Octal2252022220152524651067
Binary10010101100000101001001001101101010101001101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958292; }

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

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

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

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

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

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

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

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