#955672

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

Shades of Mauve Taupe #955672

Tints of Mauve Taupe #955672

Color information

#955672 (or 0x955672) is unknown color: approx Mauve Taupe. HEX triplet: 95, 56 and 72. RGB value is (149,86,114). Sum of RGB (Red+Green+Blue) = 149+86+114=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955672 is #6AA98D. Grayscale: #6B6B6B. Windows color (decimal): -6990222 or 7493269. OLE color: 7493269.

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

Color convert

RGB14986114-
CMYK00.420.230.42
HSL333.33º26.81%46.08%-
HSV(B)333.33º42.28%58.43%-
XYZ18.7614.2617.68-
YUV108.03131.37157.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=42.69%
G=24.64%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498611400.420.230.42333.3326.8146.08
Hex95567202A172A14d1b2e
Octal22512616205227525153356
Binary100101011010110111001001010101011110101010100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955672; }

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

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

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

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

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

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

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

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