Html Css Color HEX #936071 Mauve Taupe

📋 copy color: '#936071'

red 147 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #936071

Tints of Mauve Taupe #936071

RGB

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

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

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

R = 41.29%
G = 26.97%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#936071 (or 0x936071) is known color: Mauve Taupe. HEX triplet: 93, 60 and 71. RGB value is (147,96,113). Sum of RGB (Red+Green+Blue) = 147+96+113=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #936071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936071 is #6C9F8E. Grayscale: #717171. Windows color (decimal): -7118735 or 7430291. OLE color: 7430291.

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

Color convert

RGB 147 96 113 -
CMYK 0 0.35 0.23 0.42
HSL 340º 0.21% 0.48% -
HSV(B) 340º 0.35% 0.58% -
XYZ 19.2 15.76 17.65 -
YUV 113.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 147 96 113 0 0.35 0.23 0.42 340 0.21 0.48
Hex 93 60 71 0 23 17 2A 154 15 30
Octal 223 140 161 0 43 27 52 524 25 60
Binary 10010011 1100000 1110001 0 100011 10111 101010 101010100 10101 110000

Color Harmonies of #936071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936071

Black with #936071

Text Example


Text Example

White with #936071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936071; }

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

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

background-color css

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

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

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

border-color css

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

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

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