#996673

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

Shades of Mauve Taupe #996673

Tints of Mauve Taupe #996673

Color information

#996673 (or 0x996673) is unknown color: approx Mauve Taupe. HEX triplet: 99, 66 and 73. RGB value is (153,102,115). Sum of RGB (Red+Green+Blue) = 153+102+115=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996673 is #66998C. Grayscale: #767676. Windows color (decimal): -6723981 or 7562905. OLE color: 7562905.

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

Color convert

RGB153102115-
CMYK00.330.250.4
HSL344.71º20%50%-
HSV(B)344.71º33.33%60%-
XYZ20.9817.5118.49-
YUV118.73125.9152.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=41.35%
G=27.57%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310211500.330.250.4344.712050
Hex99667302119281591432
Octal23114616304131505312462
Binary100110011100110111001101000011100110100010101100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996673; }

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

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

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

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

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

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

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

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