Html Css Color HEX #93646D Mauve Taupe

📋 copy color: '#93646D'

red 147 ◦ green 100 ◦ blue 109

#93646D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #93646D

Tints of Mauve Taupe #93646D

RGB

 RED value IS 147 (57.81% from 255) = 41.29%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 41.29%
G = 28.09%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93646D (or 0x93646D) is known color: Mauve Taupe. HEX triplet: 93, 64 and 6D. RGB value is (147,100,109). Sum of RGB (Red+Green+Blue) = 147+100+109=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93646D is #6C9B92. Grayscale: #737373. Windows color (decimal): -7117715 or 7169171. OLE color: 7169171.

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

Color convert

RGB 147 100 109 -
CMYK 0 0.32 0.26 0.42
HSL 348.51º 0.19% 0.48% -
HSV(B) 348.51º 0.32% 0.58% -
XYZ 19.35 16.42 16.62 -
YUV 115.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 147 100 109 0 0.32 0.26 0.42 348.51 0.19 0.48
Hex 93 64 6D 0 20 1A 2A 15D 13 30
Octal 223 144 155 0 40 32 52 535 23 60
Binary 10010011 1100100 1101101 0 100000 11010 101010 101011101 10011 110000

Color Harmonies of #93646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93646D

Black with #93646D

Text Example


Text Example

White with #93646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93646D;
 }
 .AnyTagClassName
 {
   color: #93646D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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