Html Css Color HEX #86626D Mauve Taupe

📋 copy color: '#86626D'

red 134 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #86626D

Tints of Mauve Taupe #86626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 39.3%
G = 28.74%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86626D (or 0x86626D) is known color: Mauve Taupe. HEX triplet: 86, 62 and 6D. RGB value is (134,98,109). Sum of RGB (Red+Green+Blue) = 134+98+109=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86626D is #799D92. Grayscale: #6E6E6E. Windows color (decimal): -7970195 or 7168646. OLE color: 7168646.

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

Color convert

RGB 134 98 109 -
CMYK 0 0.27 0.19 0.47
HSL 341.67º 0.16% 0.45% -
HSV(B) 341.67º 0.27% 0.53% -
XYZ 16.96 14.91 16.45 -
YUV 110.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 134 98 109 0 0.27 0.19 0.47 341.67 0.16 0.45
Hex 86 62 6D 0 1B 13 2F 156 10 2D
Octal 206 142 155 0 33 23 57 526 20 55
Binary 10000110 1100010 1101101 0 11011 10011 101111 101010110 10000 101101

Color Harmonies of #86626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86626D

Black with #86626D

Text Example


Text Example

White with #86626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86626D; }

 p { color: rgb(134,98,109); }

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

background-color css

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

 a { background-color: rgb(134,98,109); }

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

border-color css

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

 span { border-color: rgb(134,98,109); }

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