#965A71

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

Shades of Mauve Taupe #965A71

Tints of Mauve Taupe #965A71

Color information

#965A71 (or 0x965A71) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5A and 71. RGB value is (150,90,113). Sum of RGB (Red+Green+Blue) = 150+90+113=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A71 is #69A58E. Grayscale: #6E6E6E. Windows color (decimal): -6923663 or 7428758. OLE color: 7428758.

HSL color Cylindrical-coordinate representation of color #965A71: hue angle of 337º 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 #965A71 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15090113-
CMYK00.40.250.41
HSL337º25%47.06%-
HSV(B)337º40%58.82%-
XYZ19.2114.9917.5-
YUV110.56129.38156.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=42.49%
G=25.50%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509011300.40.250.413372547.06
Hex965A710281929151192f
Octal22613216105031515213157
Binary100101101011010111000101010001100110100110101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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