#965771

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

Shades of Mauve Taupe #965771

Tints of Mauve Taupe #965771

Color information

#965771 (or 0x965771) is unknown color: approx Mauve Taupe. HEX triplet: 96, 57 and 71. RGB value is (150,87,113). Sum of RGB (Red+Green+Blue) = 150+87+113=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965771 is #69A88E. Grayscale: #6C6C6C. Windows color (decimal): -6924431 or 7427990. OLE color: 7427990.

HSL color Cylindrical-coordinate representation of color #965771: hue angle of 335.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965771 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15087113-
CMYK00.420.250.41
HSL335.24º26.58%46.47%-
HSV(B)335.24º42%58.82%-
XYZ18.9714.4917.42-
YUV108.8130.37157.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=42.86%
G=24.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508711300.420.250.41335.2426.5846.47
Hex96577102A192914f1b2e
Octal22612716105231515173356
Binary100101101010111111000101010101100110100110100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965771; }

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

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

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

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

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

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

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

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