#955B6E

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

Shades of Mauve Taupe #955B6E

Tints of Mauve Taupe #955B6E

Color information

#955B6E (or 0x955B6E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5B and 6E. RGB value is (149,91,110). Sum of RGB (Red+Green+Blue) = 149+91+110=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B6E is #6AA491. Grayscale: #6E6E6E. Windows color (decimal): -6988946 or 7232405. OLE color: 7232405.

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

Color convert

RGB14991110-
CMYK00.390.260.42
HSL340.34º24.17%47.06%-
HSV(B)340.34º38.93%58.43%-
XYZ18.951516.65-
YUV110.51127.72155.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=42.57%
G=26%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499111000.390.260.42340.3424.1747.06
Hex955B6E0271A2A154182f
Octal22513315604732525243057
Binary100101011011011110111001001111101010101010101010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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