#996771

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

Shades of Mauve Taupe #996771

Tints of Mauve Taupe #996771

Color information

#996771 (or 0x996771) is unknown color: approx Mauve Taupe. HEX triplet: 99, 67 and 71. RGB value is (153,103,113). Sum of RGB (Red+Green+Blue) = 153+103+113=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996771 is #66988E. Grayscale: #777777. Windows color (decimal): -6723727 or 7432089. OLE color: 7432089.

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

Color convert

RGB153103113-
CMYK00.330.260.4
HSL348º19.69%50.2%-
HSV(B)348º32.68%60%-
XYZ20.9717.6717.93-
YUV119.09124.56152.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=41.46%
G=27.91%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310311300.330.260.434819.6950.2
Hex9967710211A2815c1432
Octal23114716104132505342462
Binary100110011100111111000101000011101010100010101110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996771; }

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

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

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

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

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

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

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

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