#935971

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

Shades of Mauve Taupe #935971

Tints of Mauve Taupe #935971

Color information

#935971 (or 0x935971) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 71. RGB value is (147,89,113). Sum of RGB (Red+Green+Blue) = 147+89+113=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935971 is #6CA68E. Grayscale: #6D6D6D. Windows color (decimal): -7120527 or 7428499. OLE color: 7428499.

HSL color Cylindrical-coordinate representation of color #935971: hue angle of 335.17º 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 #935971 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14789113-
CMYK00.390.230.42
HSL335.17º24.58%46.27%-
HSV(B)335.17º39.46%57.65%-
XYZ18.5914.5417.45-
YUV109.08130.22155.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=42.12%
G=25.50%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911300.390.230.42335.1724.5846.27
Hex935971027172A14f192e
Octal22313116104727525173156
Binary100100111011001111000101001111011110101010100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935971; }

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

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

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

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

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

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

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

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