Html Css Color HEX #93646F Mauve Taupe

📋 copy color: '#93646F'

red 147 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #93646F

Tints of Mauve Taupe #93646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 41.06%
G = 27.93%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93646F (or 0x93646F) is known color: Mauve Taupe. HEX triplet: 93, 64 and 6F. RGB value is (147,100,111). Sum of RGB (Red+Green+Blue) = 147+100+111=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93646F is #6C9B90. Grayscale: #737373. Windows color (decimal): -7117713 or 7300243. OLE color: 7300243.

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

Color convert

RGB 147 100 111 -
CMYK 0 0.32 0.24 0.42
HSL 345.96º 0.19% 0.48% -
HSV(B) 345.96º 0.32% 0.58% -
XYZ 19.46 16.47 17.19 -
YUV 115.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 147 100 111 0 0.32 0.24 0.42 345.96 0.19 0.48
Hex 93 64 6F 0 20 18 2A 15A 13 30
Octal 223 144 157 0 40 30 52 532 23 60
Binary 10010011 1100100 1101111 0 100000 11000 101010 101011010 10011 110000

Color Harmonies of #93646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93646F

Black with #93646F

Text Example


Text Example

White with #93646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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