Html Css Color HEX #86616E Mauve Taupe

📋 copy color: '#86616E'

red 134 ◦ green 97 ◦ blue 110

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

Shades of Mauve Taupe #86616E

Tints of Mauve Taupe #86616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 39.3%
G = 28.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86616E (or 0x86616E) is known color: Mauve Taupe. HEX triplet: 86, 61 and 6E. RGB value is (134,97,110). Sum of RGB (Red+Green+Blue) = 134+97+110=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616E is #799E91. Grayscale: #6D6D6D. Windows color (decimal): -7970450 or 7233926. OLE color: 7233926.

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

Color convert

RGB 134 97 110 -
CMYK 0 0.28 0.18 0.47
HSL 338.92º 0.16% 0.45% -
HSV(B) 338.92º 0.28% 0.53% -
XYZ 16.92 14.74 16.71 -
YUV 109.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 134 97 110 0 0.28 0.18 0.47 338.92 0.16 0.45
Hex 86 61 6E 0 1C 12 2F 153 10 2D
Octal 206 141 156 0 34 22 57 523 20 55
Binary 10000110 1100001 1101110 0 11100 10010 101111 101010011 10000 101101

Color Harmonies of #86616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86616E

Black with #86616E

Text Example


Text Example

White with #86616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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