#935972

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

Shades of Mauve Taupe #935972

Tints of Mauve Taupe #935972

Color information

#935972 (or 0x935972) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 72. RGB value is (147,89,114). Sum of RGB (Red+Green+Blue) = 147+89+114=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935972 is #6CA68D. Grayscale: #6D6D6D. Windows color (decimal): -7120526 or 7494035. OLE color: 7494035.

HSL color Cylindrical-coordinate representation of color #935972: hue angle of 334.14º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935972 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14789114-
CMYK00.390.220.42
HSL334.14º24.58%46.27%-
HSV(B)334.14º39.46%57.65%-
XYZ18.6414.5617.75-
YUV109.19130.72154.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=42%
G=25.43%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911400.390.220.42334.1424.5846.27
Hex935972027162A14e192e
Octal22313116204726525163156
Binary100100111011001111001001001111011010101010100111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935972; }

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

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

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

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

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

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

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

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