Html Css Color HEX #93596C Mauve Taupe

📋 copy color: '#93596C'

red 147 ◦ green 89 ◦ blue 108

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

Shades of Mauve Taupe #93596C

Tints of Mauve Taupe #93596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

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

R = 42.73%
G = 25.87%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93596C (or 0x93596C) is known color: Mauve Taupe. HEX triplet: 93, 59 and 6C. RGB value is (147,89,108). Sum of RGB (Red+Green+Blue) = 147+89+108=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596C is #6CA693. Grayscale: #6C6C6C. Windows color (decimal): -7120532 or 7100819. OLE color: 7100819.

HSL color Cylindrical-coordinate representation of color #93596C: hue angle of 340.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93596C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 108 -
CMYK 0 0.39 0.27 0.42
HSL 340.34º 0.25% 0.46% -
HSV(B) 340.34º 0.39% 0.58% -
XYZ 18.31 14.43 16.01 -
YUV 108.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 147 89 108 0 0.39 0.27 0.42 340.34 0.25 0.46
Hex 93 59 6C 0 27 1B 2A 154 19 2E
Octal 223 131 154 0 47 33 52 524 31 56
Binary 10010011 1011001 1101100 0 100111 11011 101010 101010100 11001 101110

Color Harmonies of #93596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93596C

Black with #93596C

Text Example


Text Example

White with #93596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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