#93696D

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

Shades of Mauve Taupe #93696D

Tints of Mauve Taupe #93696D

Color information

#93696D (or 0x93696D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 69 and 6D. RGB value is (147,105,109). Sum of RGB (Red+Green+Blue) = 147+105+109=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93696D is #6C9692. Grayscale: #767676. Windows color (decimal): -7116435 or 7170451. OLE color: 7170451.

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

Color convert

RGB147105109-
CMYK00.290.260.42
HSL354.29º16.67%49.41%-
HSV(B)354.29º28.57%57.65%-
XYZ19.8417.4116.78-
YUV118.01122.91148.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=40.72%
G=29.09%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710510900.290.260.42354.2916.6749.41
Hex93696D01D1A2A1621131
Octal22315115503532525422161
Binary10010011110100111011010111011101010101010110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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