Html Css Color HEX #93646C Mauve Taupe

📋 copy color: '#93646C'

red 147 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #93646C

Tints of Mauve Taupe #93646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 41.41%
G = 28.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93646C (or 0x93646C) is known color: Mauve Taupe. HEX triplet: 93, 64 and 6C. RGB value is (147,100,108). Sum of RGB (Red+Green+Blue) = 147+100+108=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93646C is #6C9B93. Grayscale: #727272. Windows color (decimal): -7117716 or 7103635. OLE color: 7103635.

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

Color convert

RGB 147 100 108 -
CMYK 0 0.32 0.27 0.42
HSL 349.79º 0.19% 0.48% -
HSV(B) 349.79º 0.32% 0.58% -
XYZ 19.3 16.4 16.34 -
YUV 114.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 147 100 108 0 0.32 0.27 0.42 349.79 0.19 0.48
Hex 93 64 6C 0 20 1B 2A 15E 13 30
Octal 223 144 154 0 40 33 52 536 23 60
Binary 10010011 1100100 1101100 0 100000 11011 101010 101011110 10011 110000

Color Harmonies of #93646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93646C

Black with #93646C

Text Example


Text Example

White with #93646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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