#965C6E

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

Shades of Mauve Taupe #965C6E

Tints of Mauve Taupe #965C6E

Color information

#965C6E (or 0x965C6E) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5C and 6E. RGB value is (150,92,110). Sum of RGB (Red+Green+Blue) = 150+92+110=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #965C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C6E is #69A391. Grayscale: #6F6F6F. Windows color (decimal): -6923154 or 7232662. OLE color: 7232662.

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

Color convert

RGB15092110-
CMYK00.390.270.41
HSL341.38º23.97%47.45%-
HSV(B)341.38º38.67%58.82%-
XYZ19.2215.2616.69-
YUV111.39127.22155.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=42.61%
G=26.14%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509211000.390.270.41341.3823.9747.45
Hex965C6E0271B29155182f
Octal22613415604733515253057
Binary100101101011100110111001001111101110100110101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,110); }

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

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

 a { background-color: rgb(150,92,110); }

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

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

 span { border-color: rgb(150,92,110); }

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