Html Css Color HEX #86606F Mauve Taupe

📋 copy color: '#86606F'

red 134 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #86606F

Tints of Mauve Taupe #86606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 39.3%
G = 28.15%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86606F (or 0x86606F) is known color: Mauve Taupe. HEX triplet: 86, 60 and 6F. RGB value is (134,96,111). Sum of RGB (Red+Green+Blue) = 134+96+111=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86606F is #799F90. Grayscale: #6D6D6D. Windows color (decimal): -7970705 or 7299206. OLE color: 7299206.

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

Color convert

RGB 134 96 111 -
CMYK 0 0.28 0.17 0.47
HSL 336.32º 0.17% 0.45% -
HSV(B) 336.32º 0.28% 0.53% -
XYZ 16.88 14.58 16.96 -
YUV 109.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 134 96 111 0 0.28 0.17 0.47 336.32 0.17 0.45
Hex 86 60 6F 0 1C 11 2F 150 11 2D
Octal 206 140 157 0 34 21 57 520 21 55
Binary 10000110 1100000 1101111 0 11100 10001 101111 101010000 10001 101101

Color Harmonies of #86606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86606F

Black with #86606F

Text Example


Text Example

White with #86606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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