#965E6D

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

Shades of Mauve Taupe #965E6D

Tints of Mauve Taupe #965E6D

Color information

#965E6D (or 0x965E6D) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5E and 6D. RGB value is (150,94,109). Sum of RGB (Red+Green+Blue) = 150+94+109=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E6D is #69A192. Grayscale: #707070. Windows color (decimal): -6922643 or 7167638. OLE color: 7167638.

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

Color convert

RGB15094109-
CMYK00.370.270.41
HSL343.93º22.95%47.84%-
HSV(B)343.93º37.33%58.82%-
XYZ19.3415.5916.46-
YUV112.45126.05154.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=42.49%
G=26.63%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509410900.370.270.41343.9322.9547.84
Hex965E6D0251B291581730
Octal22613615504533515302760
Binary100101101011110110110101001011101110100110101100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E6D; }

 p { color: rgb(150,94,109); }

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

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

 a { background-color: rgb(150,94,109); }

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

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

 span { border-color: rgb(150,94,109); }

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