#956066

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

Shades of Mauve Taupe #956066

Tints of Mauve Taupe #956066

Color information

#956066 (or 0x956066) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 66. RGB value is (149,96,102). Sum of RGB (Red+Green+Blue) = 149+96+102=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956066 is #6A9F99. Grayscale: #707070. Windows color (decimal): -6987674 or 6709397. OLE color: 6709397.

HSL color Cylindrical-coordinate representation of color #956066: hue angle of 353.21º 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 #956066 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14996102-
CMYK00.360.320.42
HSL353.21º21.63%48.04%-
HSV(B)353.21º35.57%58.43%-
XYZ18.9815.7114.6-
YUV112.53122.06154.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=42.94%
G=27.67%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499610200.360.320.42353.2121.6348.04
Hex956066024202A1611630
Octal22514014604440525412660
Binary1001010111000001100110010010010000010101010110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956066; }

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

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

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

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

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

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

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

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