#995976

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

Shades of Mauve Taupe #995976

Tints of Mauve Taupe #995976

Color information

#995976 (or 0x995976) is unknown color: approx Mauve Taupe. HEX triplet: 99, 59 and 76. RGB value is (153,89,118). Sum of RGB (Red+Green+Blue) = 153+89+118=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #995976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995976 is #66A689. Grayscale: #6F6F6F. Windows color (decimal): -6727306 or 7756185. OLE color: 7756185.

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

Color convert

RGB15389118-
CMYK00.420.230.4
HSL332.81º26.45%47.45%-
HSV(B)332.81º41.83%60%-
XYZ19.9815.2319.03-
YUV111.44131.7157.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=42.5%
G=24.72%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538911800.420.230.4332.8126.4547.45
Hex99597602A172814d1a2f
Octal23113116605227505153257
Binary100110011011001111011001010101011110100010100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995976; }

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

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

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

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

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

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

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

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