#96656C

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

Shades of Mauve Taupe #96656C

Tints of Mauve Taupe #96656C

Color information

#96656C (or 0x96656C) is unknown color: approx Mauve Taupe. HEX triplet: 96, 65 and 6C. RGB value is (150,101,108). Sum of RGB (Red+Green+Blue) = 150+101+108=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656C is #699A93. Grayscale: #747474. Windows color (decimal): -6920852 or 7103894. OLE color: 7103894.

HSL color Cylindrical-coordinate representation of color #96656C: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96656C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150101108-
CMYK00.330.280.41
HSL351.43º19.52%49.22%-
HSV(B)351.43º32.67%58.82%-
XYZ19.9416.8716.39-
YUV116.45123.23151.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=41.78%
G=28.13%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010110800.330.280.41351.4319.5249.22
Hex96656C0211C2915f1431
Octal22614515404134515372461
Binary100101101100101110110001000011110010100110101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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