#956676

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

Shades of Mauve Taupe #956676

Tints of Mauve Taupe #956676

Color information

#956676 (or 0x956676) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 76. RGB value is (149,102,118). Sum of RGB (Red+Green+Blue) = 149+102+118=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956676 is #6A9989. Grayscale: #757575. Windows color (decimal): -6986122 or 7759509. OLE color: 7759509.

HSL color Cylindrical-coordinate representation of color #956676: hue angle of 339.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956676 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149102118-
CMYK00.320.210.42
HSL339.57º18.73%49.22%-
HSV(B)339.57º31.54%58.43%-
XYZ20.4217.219.38-
YUV117.88128.07150.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=40.38%
G=27.64%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910211800.320.210.42339.5718.7349.22
Hex956676020152A1541331
Octal22514616604025525242361
Binary100101011100110111011001000001010110101010101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956676; }

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

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

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

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

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

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

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

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