#996470

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

Shades of Mauve Taupe #996470

Tints of Mauve Taupe #996470

Color information

#996470 (or 0x996470) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 70. RGB value is (153,100,112). Sum of RGB (Red+Green+Blue) = 153+100+112=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996470 is #669B8F. Grayscale: #757575. Windows color (decimal): -6724496 or 7365785. OLE color: 7365785.

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

Color convert

RGB153100112-
CMYK00.350.270.4
HSL346.42º20.95%49.61%-
HSV(B)346.42º34.64%60%-
XYZ20.6217.0617.53-
YUV117.22125.06153.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=41.92%
G=27.40%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310011200.350.270.4346.4220.9549.61
Hex9964700231B2815a1532
Octal23114416004333505322562
Binary100110011100100111000001000111101110100010101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996470; }

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

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

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

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

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

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

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

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