Html Css Color HEX #86616F Mauve Taupe

📋 copy color: '#86616F'

red 134 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #86616F

Tints of Mauve Taupe #86616F

RGB

 RED value IS 134 (52.73% from 255) = 39.18%

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 39.18%
G = 28.36%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86616F (or 0x86616F) is known color: Mauve Taupe. HEX triplet: 86, 61 and 6F. RGB value is (134,97,111). Sum of RGB (Red+Green+Blue) = 134+97+111=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616F is #799E90. Grayscale: #6D6D6D. Windows color (decimal): -7970449 or 7299462. OLE color: 7299462.

HSL color Cylindrical-coordinate representation of color #86616F: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86616F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 111 -
CMYK 0 0.28 0.17 0.47
HSL 337.3º 0.16% 0.45% -
HSV(B) 337.3º 0.28% 0.53% -
XYZ 16.98 14.77 16.99 -
YUV 109.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 134 97 111 0 0.28 0.17 0.47 337.3 0.16 0.45
Hex 86 61 6F 0 1C 11 2F 151 10 2D
Octal 206 141 157 0 34 21 57 521 20 55
Binary 10000110 1100001 1101111 0 11100 10001 101111 101010001 10000 101101

Color Harmonies of #86616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86616F

Black with #86616F

Text Example


Text Example

White with #86616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86616F; }

 p { color: rgb(134,97,111); }

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

background-color css

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

 a { background-color: rgb(134,97,111); }

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

border-color css

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

 span { border-color: rgb(134,97,111); }

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