Html Css Color HEX #86646F Mauve Taupe

📋 copy color: '#86646F'

red 134 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #86646F

Tints of Mauve Taupe #86646F

RGB

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

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

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

R = 38.84%
G = 28.99%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86646F (or 0x86646F) is known color: Mauve Taupe. HEX triplet: 86, 64 and 6F. RGB value is (134,100,111). Sum of RGB (Red+Green+Blue) = 134+100+111=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86646F is #799B90. Grayscale: #6F6F6F. Windows color (decimal): -7969681 or 7300230. OLE color: 7300230.

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

Color convert

RGB 134 100 111 -
CMYK 0 0.25 0.17 0.47
HSL 340.59º 0.15% 0.46% -
HSV(B) 340.59º 0.25% 0.53% -
XYZ 17.26 15.33 17.09 -
YUV 111.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 134 100 111 0 0.25 0.17 0.47 340.59 0.15 0.46
Hex 86 64 6F 0 19 11 2F 155 F 2E
Octal 206 144 157 0 31 21 57 525 17 56
Binary 10000110 1100100 1101111 0 11001 10001 101111 101010101 1111 101110

Color Harmonies of #86646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86646F

Black with #86646F

Text Example


Text Example

White with #86646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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