#936575

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

Shades of Mauve Taupe #936575

Tints of Mauve Taupe #936575

Color information

#936575 (or 0x936575) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 75. RGB value is (147,101,117). Sum of RGB (Red+Green+Blue) = 147+101+117=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936575 is #6C9A8A. Grayscale: #747474. Windows color (decimal): -7117451 or 7693715. OLE color: 7693715.

HSL color Cylindrical-coordinate representation of color #936575: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936575 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147101117-
CMYK00.310.200.42
HSL339.13º18.55%48.63%-
HSV(B)339.13º31.29%57.65%-
XYZ19.916.7919.02-
YUV116.58128.24149.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=40.27%
G=27.67%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710111700.310.200.42339.1318.5548.63
Hex93657501F142A1531331
Octal22314516503724525232361
Binary10010011110010111101010111111010010101010101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936575; }

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

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

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

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

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

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

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

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