#935F75

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

Shades of Mauve Taupe #935F75

Tints of Mauve Taupe #935F75

Color information

#935F75 (or 0x935F75) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5F and 75. RGB value is (147,95,117). Sum of RGB (Red+Green+Blue) = 147+95+117=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #935F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F75 is #6CA08A. Grayscale: #717171. Windows color (decimal): -7118987 or 7692179. OLE color: 7692179.

HSL color Cylindrical-coordinate representation of color #935F75: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #935F75 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14795117-
CMYK00.350.200.42
HSL334.62º21.49%47.45%-
HSV(B)334.62º35.37%57.65%-
XYZ19.3415.6718.84-
YUV113.06130.23152.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=40.95%
G=26.46%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479511700.350.200.42334.6221.4947.45
Hex935F75023142A14f152f
Octal22313716504324525172557
Binary100100111011111111010101000111010010101010100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935F75; }

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

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

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

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

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

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

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

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