#96616C

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

Shades of Mauve Taupe #96616C

Tints of Mauve Taupe #96616C

Color information

#96616C (or 0x96616C) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 6C. RGB value is (150,97,108). Sum of RGB (Red+Green+Blue) = 150+97+108=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616C is #699E93. Grayscale: #727272. Windows color (decimal): -6921876 or 7102870. OLE color: 7102870.

HSL color Cylindrical-coordinate representation of color #96616C: hue angle of 347.55º 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 #96616C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15097108-
CMYK00.350.280.41
HSL347.55º21.46%48.43%-
HSV(B)347.55º35.33%58.82%-
XYZ19.5616.1216.27-
YUV114.1124.56153.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=42.25%
G=27.32%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509710800.350.280.41347.5521.4648.43
Hex96616C0231C2915c1530
Octal22614115404334515342560
Binary100101101100001110110001000111110010100110101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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