#95596F

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

Shades of Mauve Taupe #95596F

Tints of Mauve Taupe #95596F

Color information

#95596F (or 0x95596F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 6F. RGB value is (149,89,111). Sum of RGB (Red+Green+Blue) = 149+89+111=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #95596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95596F is #6AA690. Grayscale: #6D6D6D. Windows color (decimal): -6989457 or 7297429. OLE color: 7297429.

HSL color Cylindrical-coordinate representation of color #95596F: hue angle of 338º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95596F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14989111-
CMYK00.400.260.42
HSL338º25.21%46.67%-
HSV(B)338º40.27%58.43%-
XYZ18.8414.6816.88-
YUV109.45128.88156.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=42.69%
G=25.50%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498911100.400.260.4233825.2146.67
Hex95596F0281A2A152192f
Octal22513115705032525223157
Binary100101011011001110111101010001101010101010101001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95596F; }

 p { color: rgb(149,89,111); }

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

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

 a { background-color: rgb(149,89,111); }

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

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

 span { border-color: rgb(149,89,111); }

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