#996474

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

Shades of Mauve Taupe #996474

Tints of Mauve Taupe #996474

Color information

#996474 (or 0x996474) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 74. RGB value is (153,100,116). Sum of RGB (Red+Green+Blue) = 153+100+116=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996474 is #669B8B. Grayscale: #757575. Windows color (decimal): -6724492 or 7627929. OLE color: 7627929.

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

Color convert

RGB153100116-
CMYK00.350.240.4
HSL341.89º20.95%49.61%-
HSV(B)341.89º34.64%60%-
XYZ20.8517.1518.73-
YUV117.67127.06153.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=41.46%
G=27.10%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310011600.350.240.4341.8920.9549.61
Hex99647402318281561532
Octal23114416404330505262562
Binary100110011100100111010001000111100010100010101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996474; }

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

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

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

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

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

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

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

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