Html Css Color HEX #93606C Mauve Taupe

📋 copy color: '#93606C'

red 147 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #93606C

Tints of Mauve Taupe #93606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 41.88%
G = 27.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93606C (or 0x93606C) is known color: Mauve Taupe. HEX triplet: 93, 60 and 6C. RGB value is (147,96,108). Sum of RGB (Red+Green+Blue) = 147+96+108=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93606C is #6C9F93. Grayscale: #707070. Windows color (decimal): -7118740 or 7102611. OLE color: 7102611.

HSL color Cylindrical-coordinate representation of color #93606C: hue angle of 345.88º 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 #93606C is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 108 -
CMYK 0 0.35 0.27 0.42
HSL 345.88º 0.21% 0.48% -
HSV(B) 345.88º 0.35% 0.58% -
XYZ 18.92 15.65 16.21 -
YUV 112.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 147 96 108 0 0.35 0.27 0.42 345.88 0.21 0.48
Hex 93 60 6C 0 23 1B 2A 15A 15 30
Octal 223 140 154 0 43 33 52 532 25 60
Binary 10010011 1100000 1101100 0 100011 11011 101010 101011010 10101 110000

Color Harmonies of #93606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93606C

Black with #93606C

Text Example


Text Example

White with #93606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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