#996675

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

Shades of Mauve Taupe #996675

Tints of Mauve Taupe #996675

Color information

#996675 (or 0x996675) is unknown color: approx Mauve Taupe. HEX triplet: 99, 66 and 75. RGB value is (153,102,117). Sum of RGB (Red+Green+Blue) = 153+102+117=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996675 is #66998A. Grayscale: #767676. Windows color (decimal): -6723979 or 7693977. OLE color: 7693977.

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

Color convert

RGB153102117-
CMYK00.330.240.4
HSL342.35º20%50%-
HSV(B)342.35º33.33%60%-
XYZ21.117.5619.11-
YUV118.96126.9152.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=41.13%
G=27.42%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310211700.330.240.4342.352050
Hex99667502118281561432
Octal23114616504130505262462
Binary100110011100110111010101000011100010100010101011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996675; }

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

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

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

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

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

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

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

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