#93666D

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

Shades of Mauve Taupe #93666D

Tints of Mauve Taupe #93666D

Color information

#93666D (or 0x93666D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 66 and 6D. RGB value is (147,102,109). Sum of RGB (Red+Green+Blue) = 147+102+109=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93666D is #6C9992. Grayscale: #747474. Windows color (decimal): -7117203 or 7169683. OLE color: 7169683.

HSL color Cylindrical-coordinate representation of color #93666D: hue angle of 350.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93666D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147102109-
CMYK00.310.260.42
HSL350.67º18.07%48.82%-
HSV(B)350.67º30.61%57.65%-
XYZ19.5416.8116.68-
YUV116.25123.91149.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=41.06%
G=28.49%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710210900.310.260.42350.6718.0748.82
Hex93666D01F1A2A15f1231
Octal22314615503732525372261
Binary10010011110011011011010111111101010101010101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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