Html Css Color HEX #93656E Mauve Taupe

📋 copy color: '#93656E'

red 147 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #93656E

Tints of Mauve Taupe #93656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 41.06%
G = 28.21%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93656E (or 0x93656E) is known color: Mauve Taupe. HEX triplet: 93, 65 and 6E. RGB value is (147,101,110). Sum of RGB (Red+Green+Blue) = 147+101+110=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93656E is #6C9A91. Grayscale: #737373. Windows color (decimal): -7117458 or 7234963. OLE color: 7234963.

HSL color Cylindrical-coordinate representation of color #93656E: hue angle of 348.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93656E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 101 110 -
CMYK 0 0.31 0.25 0.42
HSL 348.26º 0.19% 0.49% -
HSV(B) 348.26º 0.31% 0.58% -
XYZ 19.5 16.64 16.94 -
YUV 115.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 147 101 110 0 0.31 0.25 0.42 348.26 0.19 0.49
Hex 93 65 6E 0 1F 19 2A 15C 13 31
Octal 223 145 156 0 37 31 52 534 23 61
Binary 10010011 1100101 1101110 0 11111 11001 101010 101011100 10011 110001

Color Harmonies of #93656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93656E

Black with #93656E

Text Example


Text Example

White with #93656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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