#956976

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

Shades of Mauve Taupe #956976

Tints of Mauve Taupe #956976

Color information

#956976 (or 0x956976) is unknown color: approx Mauve Taupe. HEX triplet: 95, 69 and 76. RGB value is (149,105,118). Sum of RGB (Red+Green+Blue) = 149+105+118=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #956976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956976 is #6A9689. Grayscale: #777777. Windows color (decimal): -6985354 or 7760277. OLE color: 7760277.

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

Color convert

RGB149105118-
CMYK00.300.210.42
HSL342.27º17.32%49.8%-
HSV(B)342.27º29.53%58.43%-
XYZ20.7217.819.48-
YUV119.64127.08148.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=40.05%
G=28.23%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910511800.300.210.42342.2717.3249.8
Hex95697601E152A1561132
Octal22515116603625525262162
Binary10010101110100111101100111101010110101010101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956976; }

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

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

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

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

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

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

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

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