#996064

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

Shades of Mauve Taupe #996064

Tints of Mauve Taupe #996064

Color information

#996064 (or 0x996064) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 64. RGB value is (153,96,100). Sum of RGB (Red+Green+Blue) = 153+96+100=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #996064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996064 is #669F9B. Grayscale: #717171. Windows color (decimal): -6725532 or 6578329. OLE color: 6578329.

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

Color convert

RGB15396100-
CMYK00.370.350.4
HSL355.79º22.89%48.82%-
HSV(B)355.79º37.25%60%-
XYZ19.6216.0614.12-
YUV113.5120.38156.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=43.84%
G=27.51%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539610000.370.350.4355.7922.8948.82
Hex99606402523281641731
Octal23114014404543505442761
Binary1001100111000001100100010010110001110100010110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996064; }

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

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

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

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

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

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

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

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