Html Css Color HEX #93596A Mauve Taupe

📋 copy color: '#93596A'

red 147 ◦ green 89 ◦ blue 106

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

Shades of Mauve Taupe #93596A

Tints of Mauve Taupe #93596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 42.98%
G = 26.02%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93596A (or 0x93596A) is known color: Mauve Taupe. HEX triplet: 93, 59 and 6A. RGB value is (147,89,106). Sum of RGB (Red+Green+Blue) = 147+89+106=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596A is #6CA695. Grayscale: #6C6C6C. Windows color (decimal): -7120534 or 6969747. OLE color: 6969747.

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

Color convert

RGB 147 89 106 -
CMYK 0 0.39 0.28 0.42
HSL 342.41º 0.25% 0.46% -
HSV(B) 342.41º 0.39% 0.58% -
XYZ 18.21 14.39 15.45 -
YUV 108.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 147 89 106 0 0.39 0.28 0.42 342.41 0.25 0.46
Hex 93 59 6A 0 27 1C 2A 156 19 2E
Octal 223 131 152 0 47 34 52 526 31 56
Binary 10010011 1011001 1101010 0 100111 11100 101010 101010110 11001 101110

Color Harmonies of #93596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93596A

Black with #93596A

Text Example


Text Example

White with #93596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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