#956076

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

Shades of Mauve Taupe #956076

Tints of Mauve Taupe #956076

Color information

#956076 (or 0x956076) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 76. RGB value is (149,96,118). Sum of RGB (Red+Green+Blue) = 149+96+118=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #956076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956076 is #6A9F89. Grayscale: #727272. Windows color (decimal): -6987658 or 7757973. OLE color: 7757973.

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

Color convert

RGB14996118-
CMYK00.360.210.42
HSL335.09º21.63%48.04%-
HSV(B)335.09º35.57%58.43%-
XYZ19.8516.0619.19-
YUV114.35130.06152.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=41.05%
G=26.45%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499611800.360.210.42335.0921.6348.04
Hex956076024152A14f1630
Octal22514016604425525172660
Binary100101011100000111011001001001010110101010100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956076; }

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

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

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

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

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

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

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

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