Html Css Color HEX #93606E Mauve Taupe

📋 copy color: '#93606E'

red 147 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #93606E

Tints of Mauve Taupe #93606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 41.64%
G = 27.2%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93606E (or 0x93606E) is known color: Mauve Taupe. HEX triplet: 93, 60 and 6E. RGB value is (147,96,110). Sum of RGB (Red+Green+Blue) = 147+96+110=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606E is #6C9F91. Grayscale: #707070. Windows color (decimal): -7118738 or 7233683. OLE color: 7233683.

HSL color Cylindrical-coordinate representation of color #93606E: hue angle of 343.53º 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 #93606E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 110 -
CMYK 0 0.35 0.25 0.42
HSL 343.53º 0.21% 0.48% -
HSV(B) 343.53º 0.35% 0.58% -
XYZ 19.03 15.69 16.78 -
YUV 112.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 147 96 110 0 0.35 0.25 0.42 343.53 0.21 0.48
Hex 93 60 6E 0 23 19 2A 158 15 30
Octal 223 140 156 0 43 31 52 530 25 60
Binary 10010011 1100000 1101110 0 100011 11001 101010 101011000 10101 110000

Color Harmonies of #93606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93606E

Black with #93606E

Text Example


Text Example

White with #93606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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