#996171

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

Shades of Mauve Taupe #996171

Tints of Mauve Taupe #996171

Color information

#996171 (or 0x996171) is unknown color: approx Mauve Taupe. HEX triplet: 99, 61 and 71. RGB value is (153,97,113). Sum of RGB (Red+Green+Blue) = 153+97+113=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996171 is #669E8E. Grayscale: #737373. Windows color (decimal): -6725263 or 7430553. OLE color: 7430553.

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

Color convert

RGB15397113-
CMYK00.370.260.4
HSL342.86º22.4%49.02%-
HSV(B)342.86º36.6%60%-
XYZ20.3916.5117.74-
YUV115.57126.55154.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=42.15%
G=26.72%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539711300.370.260.4342.8622.449.02
Hex9961710251A281571631
Octal23114116104532505272661
Binary100110011100001111000101001011101010100010101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996171; }

 p { color: rgb(153,97,113); }

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

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

 a { background-color: rgb(153,97,113); }

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

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

 span { border-color: rgb(153,97,113); }

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