#996475

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

Shades of Mauve Taupe #996475

Tints of Mauve Taupe #996475

Color information

#996475 (or 0x996475) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 75. RGB value is (153,100,117). Sum of RGB (Red+Green+Blue) = 153+100+117=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996475 is #669B8A. Grayscale: #757575. Windows color (decimal): -6724491 or 7693465. OLE color: 7693465.

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

Color convert

RGB153100117-
CMYK00.350.240.4
HSL340.75º20.95%49.61%-
HSV(B)340.75º34.64%60%-
XYZ20.917.1719.04-
YUV117.78127.56153.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=41.35%
G=27.03%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310011700.350.240.4340.7520.9549.61
Hex99647502318281551532
Octal23114416504330505252562
Binary100110011100100111010101000111100010100010101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996475; }

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

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

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

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

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

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

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

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