#995576

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

Shades of Mauve Taupe #995576

Tints of Mauve Taupe #995576

Color information

#995576 (or 0x995576) is unknown color: approx Mauve Taupe. HEX triplet: 99, 55 and 76. RGB value is (153,85,118). Sum of RGB (Red+Green+Blue) = 153+85+118=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995576 is #66AA89. Grayscale: #6D6D6D. Windows color (decimal): -6728330 or 7755161. OLE color: 7755161.

HSL color Cylindrical-coordinate representation of color #995576: hue angle of 330.88º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995576 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15385118-
CMYK00.440.230.4
HSL330.88º28.57%46.67%-
HSV(B)330.88º44.44%60%-
XYZ19.6614.5818.92-
YUV109.09133.03159.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=42.98%
G=23.88%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538511800.440.230.4330.8828.5746.67
Hex99557602C172814b1d2f
Octal23112516605427505133557
Binary100110011010101111011001011001011110100010100101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995576; }

 p { color: rgb(153,85,118); }

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

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

 a { background-color: rgb(153,85,118); }

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

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

 span { border-color: rgb(153,85,118); }

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