Html Css Color HEX #93596D Mauve Taupe

📋 copy color: '#93596D'

red 147 ◦ green 89 ◦ blue 109

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

Shades of Mauve Taupe #93596D

Tints of Mauve Taupe #93596D

RGB

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

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

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

R = 42.61%
G = 25.8%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93596D (or 0x93596D) is known color: Mauve Taupe. HEX triplet: 93, 59 and 6D. RGB value is (147,89,109). Sum of RGB (Red+Green+Blue) = 147+89+109=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596D is #6CA692. Grayscale: #6C6C6C. Windows color (decimal): -7120531 or 7166355. OLE color: 7166355.

HSL color Cylindrical-coordinate representation of color #93596D: hue angle of 339.31º 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 #93596D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 109 -
CMYK 0 0.39 0.26 0.42
HSL 339.31º 0.25% 0.46% -
HSV(B) 339.31º 0.39% 0.58% -
XYZ 18.37 14.45 16.29 -
YUV 108.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 147 89 109 0 0.39 0.26 0.42 339.31 0.25 0.46
Hex 93 59 6D 0 27 1A 2A 153 19 2E
Octal 223 131 155 0 47 32 52 523 31 56
Binary 10010011 1011001 1101101 0 100111 11010 101010 101010011 11001 101110

Color Harmonies of #93596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93596D

Black with #93596D

Text Example


Text Example

White with #93596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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