#965F73

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

Shades of Mauve Taupe #965F73

Tints of Mauve Taupe #965F73

Color information

#965F73 (or 0x965F73) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5F and 73. RGB value is (150,95,115). Sum of RGB (Red+Green+Blue) = 150+95+115=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F73 is #69A08C. Grayscale: #717171. Windows color (decimal): -6922381 or 7561110. OLE color: 7561110.

HSL color Cylindrical-coordinate representation of color #965F73: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F73 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15095115-
CMYK00.370.230.41
HSL338.18º22.45%48.04%-
HSV(B)338.18º36.67%58.82%-
XYZ19.7615.9118.25-
YUV113.72128.72153.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=41.67%
G=26.39%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509511500.370.230.41338.1822.4548.04
Hex965F7302517291521630
Octal22613716304527515222660
Binary100101101011111111001101001011011110100110101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F73; }

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

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

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

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

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

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

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

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