#955D6E

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

Shades of Mauve Taupe #955D6E

Tints of Mauve Taupe #955D6E

Color information

#955D6E (or 0x955D6E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5D and 6E. RGB value is (149,93,110). Sum of RGB (Red+Green+Blue) = 149+93+110=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D6E is #6AA291. Grayscale: #6F6F6F. Windows color (decimal): -6988434 or 7232917. OLE color: 7232917.

HSL color Cylindrical-coordinate representation of color #955D6E: hue angle of 341.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D6E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14993110-
CMYK00.380.260.42
HSL341.79º23.14%47.45%-
HSV(B)341.79º37.58%58.43%-
XYZ19.1215.3416.71-
YUV111.68127.05154.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=42.33%
G=26.42%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499311000.380.260.42341.7923.1447.45
Hex955D6E0261A2A156172f
Octal22513515604632525262757
Binary100101011011101110111001001101101010101010101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955D6E; }

 p { color: rgb(149,93,110); }

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

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

 a { background-color: rgb(149,93,110); }

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

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

 span { border-color: rgb(149,93,110); }

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