Html Css Color HEX #93676E Mauve Taupe

📋 copy color: '#93676E'

red 147 ◦ green 103 ◦ blue 110

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

Shades of Mauve Taupe #93676E

Tints of Mauve Taupe #93676E

RGB

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

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

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

R = 40.83%
G = 28.61%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93676E (or 0x93676E) is known color: Mauve Taupe. HEX triplet: 93, 67 and 6E. RGB value is (147,103,110). Sum of RGB (Red+Green+Blue) = 147+103+110=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93676E is #6C9891. Grayscale: #747474. Windows color (decimal): -7116946 or 7235475. OLE color: 7235475.

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

Color convert

RGB 147 103 110 -
CMYK 0 0.30 0.25 0.42
HSL 350.45º 0.18% 0.49% -
HSV(B) 350.45º 0.3% 0.58% -
XYZ 19.7 17.03 17 -
YUV 116.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 147 103 110 0 0.30 0.25 0.42 350.45 0.18 0.49
Hex 93 67 6E 0 1E 19 2A 15E 12 31
Octal 223 147 156 0 36 31 52 536 22 61
Binary 10010011 1100111 1101110 0 11110 11001 101010 101011110 10010 110001

Color Harmonies of #93676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93676E

Black with #93676E

Text Example


Text Example

White with #93676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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