#96566D

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

Shades of Mauve Taupe #96566D

Tints of Mauve Taupe #96566D

Color information

#96566D (or 0x96566D) is unknown color: approx Mauve Taupe. HEX triplet: 96, 56 and 6D. RGB value is (150,86,109). Sum of RGB (Red+Green+Blue) = 150+86+109=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96566D is #69A992. Grayscale: #6B6B6B. Windows color (decimal): -6924691 or 7165590. OLE color: 7165590.

HSL color Cylindrical-coordinate representation of color #96566D: hue angle of 338.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96566D is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15086109-
CMYK00.430.270.41
HSL338.44º27.12%46.27%-
HSV(B)338.44º42.67%58.82%-
XYZ18.6714.2416.23-
YUV107.76128.7158.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=43.48%
G=24.93%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610900.430.270.41338.4427.1246.27
Hex96566D02B1B291521b2e
Octal22612615505333515223356
Binary100101101010110110110101010111101110100110101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96566D; }

 p { color: rgb(150,86,109); }

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

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

 a { background-color: rgb(150,86,109); }

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

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

 span { border-color: rgb(150,86,109); }

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