#99666D

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

Shades of Mauve Taupe #99666D

Tints of Mauve Taupe #99666D

Color information

#99666D (or 0x99666D) is unknown color: approx Mauve Taupe. HEX triplet: 99, 66 and 6D. RGB value is (153,102,109). Sum of RGB (Red+Green+Blue) = 153+102+109=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99666D is #669992. Grayscale: #767676. Windows color (decimal): -6723987 or 7169689. OLE color: 7169689.

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

Color convert

RGB153102109-
CMYK00.330.290.4
HSL351.76º20%50%-
HSV(B)351.76º33.33%60%-
XYZ20.6517.3816.73-
YUV118.05122.9152.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=42.03%
G=28.02%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310210900.330.290.4351.762050
Hex99666D0211D281601432
Octal23114615504135505402462
Binary100110011100110110110101000011110110100010110000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99666D; }

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

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

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

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

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

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

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

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