Html Css Color HEX #93586A Mauve Taupe

📋 copy color: '#93586A'

red 147 ◦ green 88 ◦ blue 106

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

Shades of Mauve Taupe #93586A

Tints of Mauve Taupe #93586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 43.11%
G = 25.81%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93586A (or 0x93586A) is known color: Mauve Taupe. HEX triplet: 93, 58 and 6A. RGB value is (147,88,106). Sum of RGB (Red+Green+Blue) = 147+88+106=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93586A is #6CA795. Grayscale: #6B6B6B. Windows color (decimal): -7120790 or 6969491. OLE color: 6969491.

HSL color Cylindrical-coordinate representation of color #93586A: hue angle of 341.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93586A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 106 -
CMYK 0 0.40 0.28 0.42
HSL 341.69º 0.25% 0.46% -
HSV(B) 341.69º 0.4% 0.58% -
XYZ 18.12 14.22 15.43 -
YUV 107.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 147 88 106 0 0.40 0.28 0.42 341.69 0.25 0.46
Hex 93 58 6A 0 28 1C 2A 156 19 2E
Octal 223 130 152 0 50 34 52 526 31 56
Binary 10010011 1011000 1101010 0 101000 11100 101010 101010110 11001 101110

Color Harmonies of #93586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93586A

Black with #93586A

Text Example


Text Example

White with #93586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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