#965972

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

Shades of Mauve Taupe #965972

Tints of Mauve Taupe #965972

Color information

#965972 (or 0x965972) is unknown color: approx Mauve Taupe. HEX triplet: 96, 59 and 72. RGB value is (150,89,114). Sum of RGB (Red+Green+Blue) = 150+89+114=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965972 is #69A68D. Grayscale: #6E6E6E. Windows color (decimal): -6923918 or 7494038. OLE color: 7494038.

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

Color convert

RGB15089114-
CMYK00.410.240.41
HSL335.41º25.52%46.86%-
HSV(B)335.41º40.67%58.82%-
XYZ19.1914.8417.77-
YUV110.09130.21156.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=42.49%
G=25.21%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508911400.410.240.41335.4125.5246.86
Hex965972029182914f1a2f
Octal22613116205130515173257
Binary100101101011001111001001010011100010100110100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965972; }

 p { color: rgb(150,89,114); }

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

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

 a { background-color: rgb(150,89,114); }

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

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

 span { border-color: rgb(150,89,114); }

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