#965670

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

Shades of Mauve Taupe #965670

Tints of Mauve Taupe #965670

Color information

#965670 (or 0x965670) is unknown color: approx Mauve Taupe. HEX triplet: 96, 56 and 70. RGB value is (150,86,112). Sum of RGB (Red+Green+Blue) = 150+86+112=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965670 is #69A98F. Grayscale: #6C6C6C. Windows color (decimal): -6924688 or 7362198. OLE color: 7362198.

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

Color convert

RGB15086112-
CMYK00.430.250.41
HSL335.62º27.12%46.27%-
HSV(B)335.62º42.67%58.82%-
XYZ18.8314.3117.1-
YUV108.1130.2157.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=43.10%
G=24.71%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508611200.430.250.41335.6227.1246.27
Hex96567002B19291501b2e
Octal22612616005331515203356
Binary100101101010110111000001010111100110100110101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965670; }

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

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

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

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

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

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

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

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