#956566

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

Shades of Mauve Taupe #956566

Tints of Mauve Taupe #956566

Color information

#956566 (or 0x956566) is unknown color: approx Mauve Taupe. HEX triplet: 95, 65 and 66. RGB value is (149,101,102). Sum of RGB (Red+Green+Blue) = 149+101+102=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956566 is #6A9A99. Grayscale: #737373. Windows color (decimal): -6986394 or 6710677. OLE color: 6710677.

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

Color convert

RGB149101102-
CMYK00.320.320.42
HSL358.75º19.2%49.02%-
HSV(B)358.75º32.21%58.43%-
XYZ19.4516.6614.76-
YUV115.47120.4151.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=42.33%
G=28.69%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910110200.320.320.42358.7519.249.02
Hex956566020202A1671331
Octal22514514604040525472361
Binary1001010111001011100110010000010000010101010110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956566; }

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

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

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

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

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

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

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

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