#995676

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

Shades of Mauve Taupe #995676

Tints of Mauve Taupe #995676

Color information

#995676 (or 0x995676) is unknown color: approx Mauve Taupe. HEX triplet: 99, 56 and 76. RGB value is (153,86,118). Sum of RGB (Red+Green+Blue) = 153+86+118=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995676 is #66A989. Grayscale: #6D6D6D. Windows color (decimal): -6728074 or 7755417. OLE color: 7755417.

HSL color Cylindrical-coordinate representation of color #995676: hue angle of 331.34º degrees, saturation: 0.28, 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 #995676 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15386118-
CMYK00.440.230.4
HSL331.34º28.03%46.86%-
HSV(B)331.34º43.79%60%-
XYZ19.7314.7418.94-
YUV109.68132.7158.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=42.86%
G=24.09%
B=33.05%

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
Decimal1538611800.440.230.4331.3428.0346.86
Hex99567602C172814b1c2f
Octal23112616605427505133457
Binary100110011010110111011001011001011110100010100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995676; }

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

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

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

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

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

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

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

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