#965A72

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

Shades of Mauve Taupe #965A72

Tints of Mauve Taupe #965A72

Color information

#965A72 (or 0x965A72) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5A and 72. RGB value is (150,90,114). Sum of RGB (Red+Green+Blue) = 150+90+114=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #965A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A72 is #69A58D. Grayscale: #6E6E6E. Windows color (decimal): -6923662 or 7494294. OLE color: 7494294.

HSL color Cylindrical-coordinate representation of color #965A72: hue angle of 336º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A72 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15090114-
CMYK00.40.240.41
HSL336º25%47.06%-
HSV(B)336º40%58.82%-
XYZ19.2715.0117.8-
YUV110.68129.88156.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=42.37%
G=25.42%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509011400.40.240.413362547.06
Hex965A720281829150192f
Octal22613216205030515203157
Binary100101101011010111001001010001100010100110101000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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