Html Css Color HEX #93606A Mauve Taupe

📋 copy color: '#93606A'

red 147 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #93606A

Tints of Mauve Taupe #93606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 42.12%
G = 27.51%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93606A (or 0x93606A) is known color: Mauve Taupe. HEX triplet: 93, 60 and 6A. RGB value is (147,96,106). Sum of RGB (Red+Green+Blue) = 147+96+106=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #93606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606A is #6C9F95. Grayscale: #707070. Windows color (decimal): -7118742 or 6971539. OLE color: 6971539.

HSL color Cylindrical-coordinate representation of color #93606A: hue angle of 348.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93606A is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 106 -
CMYK 0 0.35 0.28 0.42
HSL 348.24º 0.21% 0.48% -
HSV(B) 348.24º 0.35% 0.58% -
XYZ 18.82 15.61 15.66 -
YUV 112.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 147 96 106 0 0.35 0.28 0.42 348.24 0.21 0.48
Hex 93 60 6A 0 23 1C 2A 15C 15 30
Octal 223 140 152 0 43 34 52 534 25 60
Binary 10010011 1100000 1101010 0 100011 11100 101010 101011100 10101 110000

Color Harmonies of #93606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93606A

Black with #93606A

Text Example


Text Example

White with #93606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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