#93676C

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

Shades of Mauve Taupe #93676C

Tints of Mauve Taupe #93676C

Color information

#93676C (or 0x93676C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 6C. RGB value is (147,103,108). Sum of RGB (Red+Green+Blue) = 147+103+108=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676C is #6C9893. Grayscale: #747474. Windows color (decimal): -7116948 or 7104403. OLE color: 7104403.

HSL color Cylindrical-coordinate representation of color #93676C: hue angle of 353.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93676C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147103108-
CMYK00.300.270.42
HSL353.18º17.6%49.02%-
HSV(B)353.18º29.93%57.65%-
XYZ19.5916.9916.43-
YUV116.73123.08149.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=41.06%
G=28.77%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710310800.300.270.42353.1817.649.02
Hex93676C01E1B2A1611231
Octal22314715403633525412261
Binary10010011110011111011000111101101110101010110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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