Html Css Color HEX #93676D Mauve Taupe

📋 copy color: '#93676D'

red 147 ◦ green 103 ◦ blue 109

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

Shades of Mauve Taupe #93676D

Tints of Mauve Taupe #93676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 40.95%
G = 28.69%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93676D (or 0x93676D) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6D. RGB value is (147,103,109). Sum of RGB (Red+Green+Blue) = 147+103+109=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676D is #6C9892. Grayscale: #747474. Windows color (decimal): -7116947 or 7169939. OLE color: 7169939.

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

Color convert

RGB 147 103 109 -
CMYK 0 0.30 0.26 0.42
HSL 351.82º 0.18% 0.49% -
HSV(B) 351.82º 0.3% 0.58% -
XYZ 19.64 17.01 16.72 -
YUV 116.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 147 103 109 0 0.30 0.26 0.42 351.82 0.18 0.49
Hex 93 67 6D 0 1E 1A 2A 160 12 31
Octal 223 147 155 0 36 32 52 540 22 61
Binary 10010011 1100111 1101101 0 11110 11010 101010 101100000 10010 110001

Color Harmonies of #93676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93676D

Black with #93676D

Text Example


Text Example

White with #93676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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