#965573

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

Shades of Mauve Taupe #965573

Tints of Mauve Taupe #965573

Color information

#965573 (or 0x965573) is unknown color: approx Mauve Taupe. HEX triplet: 96, 55 and 73. RGB value is (150,85,115). Sum of RGB (Red+Green+Blue) = 150+85+115=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965573 is #69AA8C. Grayscale: #6B6B6B. Windows color (decimal): -6924941 or 7558550. OLE color: 7558550.

HSL color Cylindrical-coordinate representation of color #965573: hue angle of 332.31º degrees, saturation: 0.28, 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 #965573 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15085115-
CMYK00.430.230.41
HSL332.31º27.66%46.08%-
HSV(B)332.31º43.33%58.82%-
XYZ18.9214.2217.97-
YUV107.86132.03158.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=42.86%
G=24.29%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508511500.430.230.41332.3127.6646.08
Hex96557302B172914c1c2e
Octal22612516305327515143456
Binary100101101010101111001101010111011110100110100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965573; }

 p { color: rgb(150,85,115); }

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

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

 a { background-color: rgb(150,85,115); }

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

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

 span { border-color: rgb(150,85,115); }

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