#936070

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

Shades of Mauve Taupe #936070

Tints of Mauve Taupe #936070

Color information

#936070 (or 0x936070) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 70. RGB value is (147,96,112). Sum of RGB (Red+Green+Blue) = 147+96+112=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936070 is #6C9F8F. Grayscale: #717171. Windows color (decimal): -7118736 or 7364755. OLE color: 7364755.

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

Color convert

RGB14796112-
CMYK00.350.240.42
HSL341.18º20.99%47.65%-
HSV(B)341.18º34.69%57.65%-
XYZ19.1415.7417.36-
YUV113.07127.4152.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=41.41%
G=27.04%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479611200.350.240.42341.1820.9947.65
Hex936070023182A1551530
Octal22314016004330525252560
Binary100100111100000111000001000111100010101010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936070; }

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

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

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

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

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

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

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

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