#96606F

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

Shades of Mauve Taupe #96606F

Tints of Mauve Taupe #96606F

Color information

#96606F (or 0x96606F) is unknown color: approx Mauve Taupe. HEX triplet: 96, 60 and 6F. RGB value is (150,96,111). Sum of RGB (Red+Green+Blue) = 150+96+111=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96606F is #699F90. Grayscale: #717171. Windows color (decimal): -6922129 or 7299222. OLE color: 7299222.

HSL color Cylindrical-coordinate representation of color #96606F: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96606F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15096111-
CMYK00.360.260.41
HSL343.33º21.95%48.24%-
HSV(B)343.33º36%58.82%-
XYZ19.631617.09-
YUV113.86126.39153.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=42.02%
G=26.89%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509611100.360.260.41343.3321.9548.24
Hex96606F0241A291571630
Octal22614015704432515272660
Binary100101101100000110111101001001101010100110101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96606F; }

 p { color: rgb(150,96,111); }

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

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

 a { background-color: rgb(150,96,111); }

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

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

 span { border-color: rgb(150,96,111); }

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