#965774

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

Shades of Mauve Taupe #965774

Tints of Mauve Taupe #965774

Color information

#965774 (or 0x965774) is unknown color: approx Mauve Taupe. HEX triplet: 96, 57 and 74. RGB value is (150,87,116). Sum of RGB (Red+Green+Blue) = 150+87+116=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965774 is #69A88B. Grayscale: #6D6D6D. Windows color (decimal): -6924428 or 7624598. OLE color: 7624598.

HSL color Cylindrical-coordinate representation of color #965774: hue angle of 332.38º 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 #965774 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15087116-
CMYK00.420.230.41
HSL332.38º26.58%46.47%-
HSV(B)332.38º42%58.82%-
XYZ19.1414.5618.32-
YUV109.14131.87157.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=42.49%
G=24.65%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508711600.420.230.41332.3826.5846.47
Hex96577402A172914c1b2e
Octal22612716405227515143356
Binary100101101010111111010001010101011110100110100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965774; }

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

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

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

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

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

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

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

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