#96576C

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

Shades of Mauve Taupe #96576C

Tints of Mauve Taupe #96576C

Color information

#96576C (or 0x96576C) is unknown color: approx Mauve Taupe. HEX triplet: 96, 57 and 6C. RGB value is (150,87,108). Sum of RGB (Red+Green+Blue) = 150+87+108=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96576C is #69A893. Grayscale: #6C6C6C. Windows color (decimal): -6924436 or 7100310. OLE color: 7100310.

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

Color convert

RGB15087108-
CMYK00.420.280.41
HSL340º26.58%46.47%-
HSV(B)340º42%58.82%-
XYZ18.6914.3815.98-
YUV108.23127.87157.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=43.48%
G=25.22%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710800.420.280.4134026.5846.47
Hex96576C02A1C291541b2e
Octal22612715405234515243356
Binary100101101010111110110001010101110010100110101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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