#996672

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

Shades of Mauve Taupe #996672

Tints of Mauve Taupe #996672

Color information

#996672 (or 0x996672) is unknown color: approx Mauve Taupe. HEX triplet: 99, 66 and 72. RGB value is (153,102,114). Sum of RGB (Red+Green+Blue) = 153+102+114=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996672 is #66998D. Grayscale: #767676. Windows color (decimal): -6723982 or 7497369. OLE color: 7497369.

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

Color convert

RGB153102114-
CMYK00.330.250.4
HSL345.88º20%50%-
HSV(B)345.88º33.33%60%-
XYZ20.9317.4918.19-
YUV118.62125.4152.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=41.46%
G=27.64%
B=30.89%

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
Decimal15310211400.330.250.4345.882050
Hex996672021192815a1432
Octal23114616204131505322462
Binary100110011100110111001001000011100110100010101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996672; }

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

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

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

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

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

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

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

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