#935975

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

Shades of Mauve Taupe #935975

Tints of Mauve Taupe #935975

Color information

#935975 (or 0x935975) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 75. RGB value is (147,89,117). Sum of RGB (Red+Green+Blue) = 147+89+117=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #935975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935975 is #6CA68A. Grayscale: #6D6D6D. Windows color (decimal): -7120523 or 7690643. OLE color: 7690643.

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

Color convert

RGB14789117-
CMYK00.390.200.42
HSL331.03º24.58%46.27%-
HSV(B)331.03º39.46%57.65%-
XYZ18.8214.6318.66-
YUV109.53132.22154.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=41.64%
G=25.21%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911700.390.200.42331.0324.5846.27
Hex935975027142A14b192e
Octal22313116504724525133156
Binary100100111011001111010101001111010010101010100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935975; }

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

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

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

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

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

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

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

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