Html Css Color HEX #93636D Mauve Taupe

📋 copy color: '#93636D'

red 147 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #93636D

Tints of Mauve Taupe #93636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 41.41%
G = 27.89%
B = 30.7%

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

#93636D (or 0x93636D) is known color: Mauve Taupe. HEX triplet: 93, 63 and 6D. RGB value is (147,99,109). Sum of RGB (Red+Green+Blue) = 147+99+109=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93636D is #6C9C92. Grayscale: #727272. Windows color (decimal): -7117971 or 7168915. OLE color: 7168915.

HSL color Cylindrical-coordinate representation of color #93636D: hue angle of 347.5º 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 #93636D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 109 -
CMYK 0 0.33 0.26 0.42
HSL 347.5º 0.2% 0.48% -
HSV(B) 347.5º 0.33% 0.58% -
XYZ 19.25 16.23 16.59 -
YUV 114.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 147 99 109 0 0.33 0.26 0.42 347.5 0.2 0.48
Hex 93 63 6D 0 21 1A 2A 15C 14 30
Octal 223 143 155 0 41 32 52 534 24 60
Binary 10010011 1100011 1101101 0 100001 11010 101010 101011100 10100 110000

Color Harmonies of #93636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93636D

Black with #93636D

Text Example


Text Example

White with #93636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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