Html Css Color HEX #86656F Mauve Taupe

📋 copy color: '#86656F'

red 134 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #86656F

Tints of Mauve Taupe #86656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 38.73%
G = 29.19%
B = 32.08%

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

#86656F (or 0x86656F) is known color: Mauve Taupe. HEX triplet: 86, 65 and 6F. RGB value is (134,101,111). Sum of RGB (Red+Green+Blue) = 134+101+111=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86656F is #799A90. Grayscale: #707070. Windows color (decimal): -7969425 or 7300486. OLE color: 7300486.

HSL color Cylindrical-coordinate representation of color #86656F: hue angle of 341.82º degrees, saturation: 0.14, 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 #86656F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 111 -
CMYK 0 0.25 0.17 0.47
HSL 341.82º 0.14% 0.46% -
HSV(B) 341.82º 0.25% 0.53% -
XYZ 17.35 15.52 17.12 -
YUV 112.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 134 101 111 0 0.25 0.17 0.47 341.82 0.14 0.46
Hex 86 65 6F 0 19 11 2F 156 E 2E
Octal 206 145 157 0 31 21 57 526 16 56
Binary 10000110 1100101 1101111 0 11001 10001 101111 101010110 1110 101110

Color Harmonies of #86656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86656F

Black with #86656F

Text Example


Text Example

White with #86656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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