#96616F

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

Shades of Mauve Taupe #96616F

Tints of Mauve Taupe #96616F

Color information

#96616F (or 0x96616F) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 6F. RGB value is (150,97,111). Sum of RGB (Red+Green+Blue) = 150+97+111=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616F is #699E90. Grayscale: #727272. Windows color (decimal): -6921873 or 7299478. OLE color: 7299478.

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

Color convert

RGB15097111-
CMYK00.350.260.41
HSL344.15º21.46%48.43%-
HSV(B)344.15º35.33%58.82%-
XYZ19.7216.1817.12-
YUV114.44126.06153.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=41.90%
G=27.09%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509711100.350.260.41344.1521.4648.43
Hex96616F0231A291581530
Octal22614115704332515302560
Binary100101101100001110111101000111101010100110101100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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