#93606A

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

Shades of Mauve Taupe #93606A

Tints of Mauve Taupe #93606A

Color information

#93606A (or 0x93606A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 6A. RGB value is (147,96,106). Sum of RGB (Red+Green+Blue) = 147+96+106=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #93606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606A is #6C9F95. Grayscale: #707070. Windows color (decimal): -7118742 or 6971539. OLE color: 6971539.

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

Color convert

RGB14796106-
CMYK00.350.280.42
HSL348.24º20.99%47.65%-
HSV(B)348.24º34.69%57.65%-
XYZ18.8215.6115.66-
YUV112.39124.4152.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=42.12%
G=27.51%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479610600.350.280.42348.2420.9947.65
Hex93606A0231C2A15c1530
Octal22314015204334525342560
Binary100100111100000110101001000111110010101010101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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