Html Css Color HEX #93686D Mauve Taupe

📋 copy color: '#93686D'

red 147 ◦ green 104 ◦ blue 109

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

Shades of Mauve Taupe #93686D

Tints of Mauve Taupe #93686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

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

R = 40.83%
G = 28.89%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93686D (or 0x93686D) is known color: Mauve Taupe. HEX triplet: 93, 68 and 6D. RGB value is (147,104,109). Sum of RGB (Red+Green+Blue) = 147+104+109=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686D is #6C9792. Grayscale: #757575. Windows color (decimal): -7116691 or 7170195. OLE color: 7170195.

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

Color convert

RGB 147 104 109 -
CMYK 0 0.29 0.26 0.42
HSL 353.02º 0.17% 0.49% -
HSV(B) 353.02º 0.29% 0.58% -
XYZ 19.74 17.21 16.75 -
YUV 117.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 147 104 109 0 0.29 0.26 0.42 353.02 0.17 0.49
Hex 93 68 6D 0 1D 1A 2A 161 11 31
Octal 223 150 155 0 35 32 52 541 21 61
Binary 10010011 1101000 1101101 0 11101 11010 101010 101100001 10001 110001

Color Harmonies of #93686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93686D

Black with #93686D

Text Example


Text Example

White with #93686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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