#93696F

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

Shades of Mauve Taupe #93696F

Tints of Mauve Taupe #93696F

Color information

#93696F (or 0x93696F) is unknown color: approx Mauve Taupe. HEX triplet: 93, 69 and 6F. RGB value is (147,105,111). Sum of RGB (Red+Green+Blue) = 147+105+111=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #93696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93696F is #6C9690. Grayscale: #767676. Windows color (decimal): -7116433 or 7301523. OLE color: 7301523.

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

Color convert

RGB147105111-
CMYK00.290.240.42
HSL351.43º16.67%49.41%-
HSV(B)351.43º28.57%57.65%-
XYZ19.9517.4517.36-
YUV118.24123.91148.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=40.50%
G=28.93%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710511100.290.240.42351.4316.6749.41
Hex93696F01D182A15f1131
Octal22315115703530525372161
Binary10010011110100111011110111011100010101010101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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