#93676A

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

Shades of Mauve Taupe #93676A

Tints of Mauve Taupe #93676A

Color information

#93676A (or 0x93676A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 6A. RGB value is (147,103,106). Sum of RGB (Red+Green+Blue) = 147+103+106=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676A is #6C9895. Grayscale: #747474. Windows color (decimal): -7116950 or 6973331. OLE color: 6973331.

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

Color convert

RGB147103106-
CMYK00.300.280.42
HSL355.91º17.6%49.02%-
HSV(B)355.91º29.93%57.65%-
XYZ19.4816.9415.88-
YUV116.5122.08149.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=41.29%
G=28.93%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710310600.300.280.42355.9117.649.02
Hex93676A01E1C2A1641231
Octal22314715203634525442261
Binary10010011110011111010100111101110010101010110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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