#995674

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

Shades of Mauve Taupe #995674

Tints of Mauve Taupe #995674

Color information

#995674 (or 0x995674) is unknown color: approx Mauve Taupe. HEX triplet: 99, 56 and 74. RGB value is (153,86,116). Sum of RGB (Red+Green+Blue) = 153+86+116=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995674 is #66A98B. Grayscale: #6D6D6D. Windows color (decimal): -6728076 or 7624345. OLE color: 7624345.

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

Color convert

RGB15386116-
CMYK00.440.240.4
HSL333.13º28.03%46.86%-
HSV(B)333.13º43.79%60%-
XYZ19.6214.6918.32-
YUV109.45131.7159.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=43.10%
G=24.23%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538611600.440.240.4333.1328.0346.86
Hex99567402C182814d1c2f
Octal23112616405430505153457
Binary100110011010110111010001011001100010100010100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995674; }

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

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

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

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

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

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

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

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