#996366

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

Shades of Mauve Taupe #996366

Tints of Mauve Taupe #996366

Color information

#996366 (or 0x996366) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 66. RGB value is (153,99,102). Sum of RGB (Red+Green+Blue) = 153+99+102=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996366 is #669C99. Grayscale: #737373. Windows color (decimal): -6724762 or 6710169. OLE color: 6710169.

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

Color convert

RGB15399102-
CMYK00.350.330.4
HSL356.67º21.43%49.41%-
HSV(B)356.67º35.29%60%-
XYZ2016.6614.73-
YUV115.49120.39154.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=43.22%
G=27.97%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539910200.350.330.4356.6721.4349.41
Hex99636602321281651531
Octal23114314604341505452561
Binary1001100111000111100110010001110000110100010110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996366; }

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

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

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

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

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

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

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

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