#956D7A

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

Shades of Mauve Taupe #956D7A

Tints of Mauve Taupe #956D7A

Color information

#956D7A (or 0x956D7A) is unknown color: approx Mauve Taupe. HEX triplet: 95, 6D and 7A. RGB value is (149,109,122). Sum of RGB (Red+Green+Blue) = 149+109+122=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D7A is #6A9285. Grayscale: #7A7A7A. Windows color (decimal): -6984326 or 8023445. OLE color: 8023445.

HSL color Cylindrical-coordinate representation of color #956D7A: hue angle of 340.5º 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 #956D7A is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149109122-
CMYK00.270.180.42
HSL340.5º15.87%50.59%-
HSV(B)340.5º26.85%58.43%-
XYZ21.3818.7320.9-
YUV122.44127.75146.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=39.21%
G=28.68%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910912200.270.180.42340.515.8750.59
Hex956D7A01B122A1541033
Octal22515517203322525242063
Binary10010101110110111110100110111001010101010101010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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