#95596E

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

Shades of Mauve Taupe #95596E

Tints of Mauve Taupe #95596E

Color information

#95596E (or 0x95596E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 6E. RGB value is (149,89,110). Sum of RGB (Red+Green+Blue) = 149+89+110=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95596E is #6AA691. Grayscale: #6D6D6D. Windows color (decimal): -6989458 or 7231893. OLE color: 7231893.

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

Color convert

RGB14989110-
CMYK00.400.260.42
HSL339º25.21%46.67%-
HSV(B)339º40.27%58.43%-
XYZ18.7814.6616.59-
YUV109.33128.38156.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=42.82%
G=25.57%
B=31.61%

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
Decimal1498911000.400.260.4233925.2146.67
Hex95596E0281A2A153192f
Octal22513115605032525233157
Binary100101011011001110111001010001101010101010101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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