#996271

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

Shades of Mauve Taupe #996271

Tints of Mauve Taupe #996271

Color information

#996271 (or 0x996271) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 71. RGB value is (153,98,113). Sum of RGB (Red+Green+Blue) = 153+98+113=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #996271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996271 is #669D8E. Grayscale: #747474. Windows color (decimal): -6725007 or 7430809. OLE color: 7430809.

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

Color convert

RGB15398113-
CMYK00.360.260.4
HSL343.64º21.91%49.22%-
HSV(B)343.64º35.95%60%-
XYZ20.4916.717.77-
YUV116.16126.22154.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=42.03%
G=26.92%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539811300.360.260.4343.6421.9149.22
Hex9962710241A281581631
Octal23114216104432505302661
Binary100110011100010111000101001001101010100010101100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996271; }

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

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

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

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

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

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

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

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