#995476

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

Shades of Mauve Taupe #995476

Tints of Mauve Taupe #995476

Color information

#995476 (or 0x995476) is unknown color: approx Mauve Taupe. HEX triplet: 99, 54 and 76. RGB value is (153,84,118). Sum of RGB (Red+Green+Blue) = 153+84+118=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995476 is #66AB89. Grayscale: #6C6C6C. Windows color (decimal): -6728586 or 7754905. OLE color: 7754905.

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

Color convert

RGB15384118-
CMYK00.450.230.4
HSL330.43º29.11%46.47%-
HSV(B)330.43º45.1%60%-
XYZ19.5814.4218.89-
YUV108.51133.36159.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=43.10%
G=23.66%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538411800.450.230.4330.4329.1146.47
Hex99547602D172814a1d2e
Octal23112416605527505123556
Binary100110011010100111011001011011011110100010100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995476; }

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

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

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

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

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

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

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

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