#965674

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

Shades of Mauve Taupe #965674

Tints of Mauve Taupe #965674

Color information

#965674 (or 0x965674) is unknown color: approx Mauve Taupe. HEX triplet: 96, 56 and 74. RGB value is (150,86,116). Sum of RGB (Red+Green+Blue) = 150+86+116=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #965674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965674 is #69A98B. Grayscale: #6C6C6C. Windows color (decimal): -6924684 or 7624342. OLE color: 7624342.

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

Color convert

RGB15086116-
CMYK00.430.230.41
HSL331.88º27.12%46.27%-
HSV(B)331.88º42.67%58.82%-
XYZ19.0614.418.3-
YUV108.56132.2157.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=42.61%
G=24.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508611600.430.230.41331.8827.1246.27
Hex96567402B172914c1b2e
Octal22612616405327515143356
Binary100101101010110111010001010111011110100110100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965674; }

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

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

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

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

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

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

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

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