#96556E

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

Shades of Mauve Taupe #96556E

Tints of Mauve Taupe #96556E

Color information

#96556E (or 0x96556E) is unknown color: approx Mauve Taupe. HEX triplet: 96, 55 and 6E. RGB value is (150,85,110). Sum of RGB (Red+Green+Blue) = 150+85+110=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96556E is #69AA91. Grayscale: #6B6B6B. Windows color (decimal): -6924946 or 7230870. OLE color: 7230870.

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

Color convert

RGB15085110-
CMYK00.430.270.41
HSL336.92º27.66%46.08%-
HSV(B)336.92º43.33%58.82%-
XYZ18.6414.1116.49-
YUV107.29129.53158.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=43.48%
G=24.64%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508511000.430.270.41336.9227.6646.08
Hex96556E02B1B291511c2e
Octal22612515605333515213456
Binary100101101010101110111001010111101110100110101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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