#93606C

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

Shades of Mauve Taupe #93606C

Tints of Mauve Taupe #93606C

Color information

#93606C (or 0x93606C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 6C. RGB value is (147,96,108). Sum of RGB (Red+Green+Blue) = 147+96+108=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606C is #6C9F93. Grayscale: #707070. Windows color (decimal): -7118740 or 7102611. OLE color: 7102611.

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

Color convert

RGB14796108-
CMYK00.350.270.42
HSL345.88º20.99%47.65%-
HSV(B)345.88º34.69%57.65%-
XYZ18.9215.6516.21-
YUV112.62125.4152.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=41.88%
G=27.35%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479610800.350.270.42345.8820.9947.65
Hex93606C0231B2A15a1530
Octal22314015404333525322560
Binary100100111100000110110001000111101110101010101101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93606C; }

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

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

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

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

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

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

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

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