#965471

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

Shades of Mauve Taupe #965471

Tints of Mauve Taupe #965471

Color information

#965471 (or 0x965471) is unknown color: approx Mauve Taupe. HEX triplet: 96, 54 and 71. RGB value is (150,84,113). Sum of RGB (Red+Green+Blue) = 150+84+113=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965471 is #69AB8E. Grayscale: #6A6A6A. Windows color (decimal): -6925199 or 7427222. OLE color: 7427222.

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

Color convert

RGB15084113-
CMYK00.440.250.41
HSL333.64º28.21%45.88%-
HSV(B)333.64º44%58.82%-
XYZ18.7314.0217.34-
YUV107.04131.37158.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=43.23%
G=24.21%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508411300.440.250.41333.6428.2145.88
Hex96547102C192914e1c2e
Octal22612416105431515163456
Binary100101101010100111000101011001100110100110100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965471; }

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

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

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

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

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

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

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

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