Html Css Color HEX #93656A Mauve Taupe

📋 copy color: '#93656A'

red 147 ◦ green 101 ◦ blue 106

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

Shades of Mauve Taupe #93656A

Tints of Mauve Taupe #93656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 41.53%
G = 28.53%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93656A (or 0x93656A) is known color: Mauve Taupe. HEX triplet: 93, 65 and 6A. RGB value is (147,101,106). Sum of RGB (Red+Green+Blue) = 147+101+106=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93656A is #6C9A95. Grayscale: #737373. Windows color (decimal): -7117462 or 6972819. OLE color: 6972819.

HSL color Cylindrical-coordinate representation of color #93656A: hue angle of 353.48º 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 #93656A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 101 106 -
CMYK 0 0.31 0.28 0.42
HSL 353.48º 0.19% 0.49% -
HSV(B) 353.48º 0.31% 0.58% -
XYZ 19.29 16.55 15.81 -
YUV 115.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 147 101 106 0 0.31 0.28 0.42 353.48 0.19 0.49
Hex 93 65 6A 0 1F 1C 2A 161 13 31
Octal 223 145 152 0 37 34 52 541 23 61
Binary 10010011 1100101 1101010 0 11111 11100 101010 101100001 10011 110001

Color Harmonies of #93656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93656A

Black with #93656A

Text Example


Text Example

White with #93656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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