#95556E

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

Shades of Mauve Taupe #95556E

Tints of Mauve Taupe #95556E

Color information

#95556E (or 0x95556E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 55 and 6E. RGB value is (149,85,110). Sum of RGB (Red+Green+Blue) = 149+85+110=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95556E is #6AAA91. Grayscale: #6A6A6A. Windows color (decimal): -6990482 or 7230869. OLE color: 7230869.

HSL color Cylindrical-coordinate representation of color #95556E: hue angle of 336.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95556E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14985110-
CMYK00.430.260.42
HSL336.56º27.35%45.88%-
HSV(B)336.56º42.95%58.43%-
XYZ18.4614.0116.48-
YUV106.99129.7157.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=43.31%
G=24.71%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511000.430.260.42336.5627.3545.88
Hex95556E02B1A2A1511b2e
Octal22512515605332525213356
Binary100101011010101110111001010111101010101010101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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