#936375

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

Shades of Mauve Taupe #936375

Tints of Mauve Taupe #936375

Color information

#936375 (or 0x936375) is unknown color: approx Mauve Taupe. HEX triplet: 93, 63 and 75. RGB value is (147,99,117). Sum of RGB (Red+Green+Blue) = 147+99+117=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936375 is #6C9C8A. Grayscale: #737373. Windows color (decimal): -7117963 or 7693203. OLE color: 7693203.

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

Color convert

RGB14799117-
CMYK00.330.200.42
HSL337.5º19.51%48.24%-
HSV(B)337.5º32.65%57.65%-
XYZ19.7116.4118.96-
YUV115.4128.9150.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=40.50%
G=27.27%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479911700.330.200.42337.519.5148.24
Hex936375021142A1521430
Octal22314316504124525222460
Binary100100111100011111010101000011010010101010101001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936375; }

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

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

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

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

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

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

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

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