Html Css Color HEX #93626D Mauve Taupe

📋 copy color: '#93626D'

red 147 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #93626D

Tints of Mauve Taupe #93626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 41.53%
G = 27.68%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93626D (or 0x93626D) is known color: Mauve Taupe. HEX triplet: 93, 62 and 6D. RGB value is (147,98,109). Sum of RGB (Red+Green+Blue) = 147+98+109=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626D is #6C9D92. Grayscale: #717171. Windows color (decimal): -7118227 or 7168659. OLE color: 7168659.

HSL color Cylindrical-coordinate representation of color #93626D: hue angle of 346.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93626D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 109 -
CMYK 0 0.33 0.26 0.42
HSL 346.53º 0.2% 0.48% -
HSV(B) 346.53º 0.33% 0.58% -
XYZ 19.16 16.04 16.55 -
YUV 113.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 147 98 109 0 0.33 0.26 0.42 346.53 0.2 0.48
Hex 93 62 6D 0 21 1A 2A 15B 14 30
Octal 223 142 155 0 41 32 52 533 24 60
Binary 10010011 1100010 1101101 0 100001 11010 101010 101011011 10100 110000

Color Harmonies of #93626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93626D

Black with #93626D

Text Example


Text Example

White with #93626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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