#93606D

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

Shades of Mauve Taupe #93606D

Tints of Mauve Taupe #93606D

Color information

#93606D (or 0x93606D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 6D. RGB value is (147,96,109). Sum of RGB (Red+Green+Blue) = 147+96+109=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606D is #6C9F92. Grayscale: #707070. Windows color (decimal): -7118739 or 7168147. OLE color: 7168147.

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

Color convert

RGB14796109-
CMYK00.350.260.42
HSL344.71º20.99%47.65%-
HSV(B)344.71º34.69%57.65%-
XYZ18.9815.6716.49-
YUV112.73125.9152.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=41.76%
G=27.27%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479610900.350.260.42344.7120.9947.65
Hex93606D0231A2A1591530
Octal22314015504332525312560
Binary100100111100000110110101000111101010101010101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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