#956D79

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

Shades of Mauve Taupe #956D79

Tints of Mauve Taupe #956D79

Color information

#956D79 (or 0x956D79) is unknown color: approx Mauve Taupe. HEX triplet: 95, 6D and 79. RGB value is (149,109,121). Sum of RGB (Red+Green+Blue) = 149+109+121=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #956D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D79 is #6A9286. Grayscale: #7A7A7A. Windows color (decimal): -6984327 or 7957909. OLE color: 7957909.

HSL color Cylindrical-coordinate representation of color #956D79: hue angle of 342º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D79 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149109121-
CMYK00.270.190.42
HSL342º15.87%50.59%-
HSV(B)342º26.85%58.43%-
XYZ21.3118.7120.58-
YUV122.33127.25147.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=39.31%
G=28.76%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910912100.270.190.4234215.8750.59
Hex956D7901B132A1561033
Octal22515517103323525262063
Binary10010101110110111110010110111001110101010101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956D79; }

 p { color: rgb(149,109,121); }

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

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

 a { background-color: rgb(149,109,121); }

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

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

 span { border-color: rgb(149,109,121); }

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