#965E72

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

Shades of Mauve Taupe #965E72

Tints of Mauve Taupe #965E72

Color information

#965E72 (or 0x965E72) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5E and 72. RGB value is (150,94,114). Sum of RGB (Red+Green+Blue) = 150+94+114=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #965E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E72 is #69A18D. Grayscale: #717171. Windows color (decimal): -6922638 or 7495318. OLE color: 7495318.

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

Color convert

RGB15094114-
CMYK00.370.240.41
HSL338.57º22.95%47.84%-
HSV(B)338.57º37.33%58.82%-
XYZ19.6215.717.92-
YUV113.02128.55154.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=41.90%
G=26.26%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509411400.370.240.41338.5722.9547.84
Hex965E7202518291531730
Octal22613616204530515232760
Binary100101101011110111001001001011100010100110101001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,94,114); }

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

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

 a { background-color: rgb(150,94,114); }

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

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

 span { border-color: rgb(150,94,114); }

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