Html Css Color HEX #86626E Mauve Taupe

📋 copy color: '#86626E'

red 134 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #86626E

Tints of Mauve Taupe #86626E

RGB

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

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

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

R = 39.18%
G = 28.65%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86626E (or 0x86626E) is known color: Mauve Taupe. HEX triplet: 86, 62 and 6E. RGB value is (134,98,110). Sum of RGB (Red+Green+Blue) = 134+98+110=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86626E is #799D91. Grayscale: #6E6E6E. Windows color (decimal): -7970194 or 7234182. OLE color: 7234182.

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

Color convert

RGB 134 98 110 -
CMYK 0 0.27 0.18 0.47
HSL 340º 0.16% 0.45% -
HSV(B) 340º 0.27% 0.53% -
XYZ 17.01 14.93 16.74 -
YUV 110.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 134 98 110 0 0.27 0.18 0.47 340 0.16 0.45
Hex 86 62 6E 0 1B 12 2F 154 10 2D
Octal 206 142 156 0 33 22 57 524 20 55
Binary 10000110 1100010 1101110 0 11011 10010 101111 101010100 10000 101101

Color Harmonies of #86626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86626E

Black with #86626E

Text Example


Text Example

White with #86626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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