Html Css Color HEX #86656E Mauve Taupe

📋 copy color: '#86656E'

red 134 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #86656E

Tints of Mauve Taupe #86656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 38.84%
G = 29.28%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86656E (or 0x86656E) is known color: Mauve Taupe. HEX triplet: 86, 65 and 6E. RGB value is (134,101,110). Sum of RGB (Red+Green+Blue) = 134+101+110=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86656E is #799A91. Grayscale: #6F6F6F. Windows color (decimal): -7969426 or 7234950. OLE color: 7234950.

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

Color convert

RGB 134 101 110 -
CMYK 0 0.25 0.18 0.47
HSL 343.64º 0.14% 0.46% -
HSV(B) 343.64º 0.25% 0.53% -
XYZ 17.3 15.5 16.83 -
YUV 111.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 134 101 110 0 0.25 0.18 0.47 343.64 0.14 0.46
Hex 86 65 6E 0 19 12 2F 158 E 2E
Octal 206 145 156 0 31 22 57 530 16 56
Binary 10000110 1100101 1101110 0 11001 10010 101111 101011000 1110 101110

Color Harmonies of #86656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86656E

Black with #86656E

Text Example


Text Example

White with #86656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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