#956166

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

Shades of Mauve Taupe #956166

Tints of Mauve Taupe #956166

Color information

#956166 (or 0x956166) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 66. RGB value is (149,97,102). Sum of RGB (Red+Green+Blue) = 149+97+102=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956166 is #6A9E99. Grayscale: #717171. Windows color (decimal): -6987418 or 6709653. OLE color: 6709653.

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

Color convert

RGB14997102-
CMYK00.350.320.42
HSL354.23º21.14%48.24%-
HSV(B)354.23º34.9%58.43%-
XYZ19.0715.914.63-
YUV113.12121.73153.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=42.82%
G=27.87%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499710200.350.320.42354.2321.1448.24
Hex956166023202A1621530
Octal22514114604340525422560
Binary1001010111000011100110010001110000010101010110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956166; }

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

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

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

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

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

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

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

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