#996476

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

Shades of Mauve Taupe #996476

Tints of Mauve Taupe #996476

Color information

#996476 (or 0x996476) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 76. RGB value is (153,100,118). Sum of RGB (Red+Green+Blue) = 153+100+118=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996476 is #669B89. Grayscale: #757575. Windows color (decimal): -6724490 or 7759001. OLE color: 7759001.

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

Color convert

RGB153100118-
CMYK00.350.230.4
HSL339.62º20.95%49.61%-
HSV(B)339.62º34.64%60%-
XYZ20.9617.1919.35-
YUV117.9128.06153.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=41.24%
G=26.95%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310011800.350.230.4339.6220.9549.61
Hex99647602317281541532
Octal23114416604327505242562
Binary100110011100100111011001000111011110100010101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996476; }

 p { color: rgb(153,100,118); }

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

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

 a { background-color: rgb(153,100,118); }

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

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

 span { border-color: rgb(153,100,118); }

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