Html Css Color HEX #936471 Mauve Taupe

📋 copy color: '#936471'

red 147 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #936471

Tints of Mauve Taupe #936471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 40.83%
G = 27.78%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#936471 (or 0x936471) is known color: Mauve Taupe. HEX triplet: 93, 64 and 71. RGB value is (147,100,113). Sum of RGB (Red+Green+Blue) = 147+100+113=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936471 is #6C9B8E. Grayscale: #737373. Windows color (decimal): -7117711 or 7431315. OLE color: 7431315.

HSL color Cylindrical-coordinate representation of color #936471: hue angle of 343.4º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936471 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 100 113 -
CMYK 0 0.32 0.23 0.42
HSL 343.4º 0.19% 0.48% -
HSV(B) 343.4º 0.32% 0.58% -
XYZ 19.57 16.51 17.78 -
YUV 115.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 147 100 113 0 0.32 0.23 0.42 343.4 0.19 0.48
Hex 93 64 71 0 20 17 2A 157 13 30
Octal 223 144 161 0 40 27 52 527 23 60
Binary 10010011 1100100 1110001 0 100000 10111 101010 101010111 10011 110000

Color Harmonies of #936471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936471

Black with #936471

Text Example


Text Example

White with #936471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936471; }

 p { color: rgb(147,100,113); }

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

background-color css

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

 a { background-color: rgb(147,100,113); }

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

border-color css

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

 span { border-color: rgb(147,100,113); }

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