#936071

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

Shades of Mauve Taupe #936071

Tints of Mauve Taupe #936071

Color information

#936071 (or 0x936071) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 71. RGB value is (147,96,113). Sum of RGB (Red+Green+Blue) = 147+96+113=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #936071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936071 is #6C9F8E. Grayscale: #717171. Windows color (decimal): -7118735 or 7430291. OLE color: 7430291.

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

Color convert

RGB14796113-
CMYK00.350.230.42
HSL340º20.99%47.65%-
HSV(B)340º34.69%57.65%-
XYZ19.215.7617.65-
YUV113.19127.9152.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=41.29%
G=26.97%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479611300.350.230.4234020.9947.65
Hex936071023172A1541530
Octal22314016104327525242560
Binary100100111100000111000101000111011110101010101010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936071; }

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

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

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

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

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

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

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

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