#955675

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

Shades of Mauve Taupe #955675

Tints of Mauve Taupe #955675

Color information

#955675 (or 0x955675) is unknown color: approx Mauve Taupe. HEX triplet: 95, 56 and 75. RGB value is (149,86,117). Sum of RGB (Red+Green+Blue) = 149+86+117=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955675 is #6AA98A. Grayscale: #6C6C6C. Windows color (decimal): -6990219 or 7689877. OLE color: 7689877.

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

Color convert

RGB14986117-
CMYK00.420.210.42
HSL330.48º26.81%46.08%-
HSV(B)330.48º42.28%58.43%-
XYZ18.9314.3318.6-
YUV108.37132.87156.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=42.33%
G=24.43%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498611700.420.210.42330.4826.8146.08
Hex95567502A152A14a1b2e
Octal22512616505225525123356
Binary100101011010110111010101010101010110101010100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955675; }

 p { color: rgb(149,86,117); }

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

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

 a { background-color: rgb(149,86,117); }

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

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

 span { border-color: rgb(149,86,117); }

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