#956C76

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

Shades of Mauve Taupe #956C76

Tints of Mauve Taupe #956C76

Color information

#956C76 (or 0x956C76) is unknown color: approx Mauve Taupe. HEX triplet: 95, 6C and 76. RGB value is (149,108,118). Sum of RGB (Red+Green+Blue) = 149+108+118=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #956C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C76 is #6A9389. Grayscale: #797979. Windows color (decimal): -6984586 or 7761045. OLE color: 7761045.

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

Color convert

RGB149108118-
CMYK00.280.210.42
HSL345.37º16.21%50.39%-
HSV(B)345.37º27.52%58.43%-
XYZ21.0318.4219.59-
YUV121.4126.08147.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=39.73%
G=28.8%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910811800.280.210.42345.3716.2150.39
Hex956C7601C152A1591032
Octal22515416603425525312062
Binary10010101110110011101100111001010110101010101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,118); }

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

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

 a { background-color: rgb(149,108,118); }

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

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

 span { border-color: rgb(149,108,118); }

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