Html Css Color HEX #93606F Mauve Taupe

📋 copy color: '#93606F'

red 147 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #93606F

Tints of Mauve Taupe #93606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 41.53%
G = 27.12%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93606F (or 0x93606F) is known color: Mauve Taupe. HEX triplet: 93, 60 and 6F. RGB value is (147,96,111). Sum of RGB (Red+Green+Blue) = 147+96+111=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606F is #6C9F90. Grayscale: #707070. Windows color (decimal): -7118737 or 7299219. OLE color: 7299219.

HSL color Cylindrical-coordinate representation of color #93606F: hue angle of 342.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93606F is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 111 -
CMYK 0 0.35 0.24 0.42
HSL 342.35º 0.21% 0.48% -
HSV(B) 342.35º 0.35% 0.58% -
XYZ 19.08 15.72 17.07 -
YUV 112.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 147 96 111 0 0.35 0.24 0.42 342.35 0.21 0.48
Hex 93 60 6F 0 23 18 2A 156 15 30
Octal 223 140 157 0 43 30 52 526 25 60
Binary 10010011 1100000 1101111 0 100011 11000 101010 101010110 10101 110000

Color Harmonies of #93606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93606F

Black with #93606F

Text Example


Text Example

White with #93606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93606F; }

 p { color: rgb(147,96,111); }

 H1.HeaderClassName
 {
   color: #93606F;
 }
 .AnyTagClassName
 {
   color: #93606F;
 }
</style>

background-color css

<style>
 a { background-color: #93606F; }

 a { background-color: rgb(147,96,111); }

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

border-color css

<style>
 span { border-color: #93606F; }

 span { border-color: rgb(147,96,111); }

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