#996070

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

Shades of Mauve Taupe #996070

Tints of Mauve Taupe #996070

Color information

#996070 (or 0x996070) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 70. RGB value is (153,96,112). Sum of RGB (Red+Green+Blue) = 153+96+112=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996070 is #669F8F. Grayscale: #727272. Windows color (decimal): -6725520 or 7364761. OLE color: 7364761.

HSL color Cylindrical-coordinate representation of color #996070: hue angle of 343.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996070 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15396112-
CMYK00.370.270.4
HSL343.16º22.89%48.82%-
HSV(B)343.16º37.25%60%-
XYZ20.2416.3117.41-
YUV114.87126.38155.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=42.38%
G=26.59%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539611200.370.270.4343.1622.8948.82
Hex9960700251B281571731
Octal23114016004533505272761
Binary100110011100000111000001001011101110100010101011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996070; }

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

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

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

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

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

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

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

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