Html Css Color HEX #86606D Mauve Taupe

📋 copy color: '#86606D'

red 134 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #86606D

Tints of Mauve Taupe #86606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 39.53%
G = 28.32%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86606D (or 0x86606D) is known color: Mauve Taupe. HEX triplet: 86, 60 and 6D. RGB value is (134,96,109). Sum of RGB (Red+Green+Blue) = 134+96+109=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86606D is #799F92. Grayscale: #6C6C6C. Windows color (decimal): -7970707 or 7168134. OLE color: 7168134.

HSL color Cylindrical-coordinate representation of color #86606D: hue angle of 339.47º degrees, saturation: 0.17, 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 #86606D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 109 -
CMYK 0 0.28 0.19 0.47
HSL 339.47º 0.17% 0.45% -
HSV(B) 339.47º 0.28% 0.53% -
XYZ 16.77 14.54 16.39 -
YUV 108.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 134 96 109 0 0.28 0.19 0.47 339.47 0.17 0.45
Hex 86 60 6D 0 1C 13 2F 153 11 2D
Octal 206 140 155 0 34 23 57 523 21 55
Binary 10000110 1100000 1101101 0 11100 10011 101111 101010011 10001 101101

Color Harmonies of #86606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86606D

Black with #86606D

Text Example


Text Example

White with #86606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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