#996679

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

Shades of Mauve Taupe #996679

Tints of Mauve Taupe #996679

Color information

#996679 (or 0x996679) is unknown color: approx Mauve Taupe. HEX triplet: 99, 66 and 79. RGB value is (153,102,121). Sum of RGB (Red+Green+Blue) = 153+102+121=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996679 is #669986. Grayscale: #777777. Windows color (decimal): -6723975 or 7956121. OLE color: 7956121.

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

Color convert

RGB153102121-
CMYK00.330.210.4
HSL337.65º20%50%-
HSV(B)337.65º33.33%60%-
XYZ21.3417.6620.37-
YUV119.42128.9151.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=40.69%
G=27.13%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310212100.330.210.4337.652050
Hex99667902115281521432
Octal23114617104125505222462
Binary100110011100110111100101000011010110100010101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996679; }

 p { color: rgb(153,102,121); }

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

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

 a { background-color: rgb(153,102,121); }

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

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

 span { border-color: rgb(153,102,121); }

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