#93676F

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

Shades of Mauve Taupe #93676F

Tints of Mauve Taupe #93676F

Color information

#93676F (or 0x93676F) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 6F. RGB value is (147,103,111). Sum of RGB (Red+Green+Blue) = 147+103+111=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676F is #6C9890. Grayscale: #757575. Windows color (decimal): -7116945 or 7301011. OLE color: 7301011.

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

Color convert

RGB147103111-
CMYK00.300.240.42
HSL349.09º17.6%49.02%-
HSV(B)349.09º29.93%57.65%-
XYZ19.7517.0517.29-
YUV117.07124.58149.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=40.72%
G=28.53%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710311100.300.240.42349.0917.649.02
Hex93676F01E182A15d1231
Octal22314715703630525352261
Binary10010011110011111011110111101100010101010101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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