#965C76

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

Shades of Mauve Taupe #965C76

Tints of Mauve Taupe #965C76

Color information

#965C76 (or 0x965C76) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5C and 76. RGB value is (150,92,118). Sum of RGB (Red+Green+Blue) = 150+92+118=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C76 is #69A389. Grayscale: #707070. Windows color (decimal): -6923146 or 7756950. OLE color: 7756950.

HSL color Cylindrical-coordinate representation of color #965C76: hue angle of 333.1º 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 #965C76 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15092118-
CMYK00.390.210.41
HSL333.1º23.97%47.45%-
HSV(B)333.1º38.67%58.82%-
XYZ19.6715.4519.08-
YUV112.31131.22154.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=41.67%
G=25.56%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509211800.390.210.41333.123.9747.45
Hex965C76027152914d182f
Octal22613416604725515153057
Binary100101101011100111011001001111010110100110100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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