Html Css Color HEX #86616B Mauve Taupe

📋 copy color: '#86616B'

red 134 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #86616B

Tints of Mauve Taupe #86616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 39.64%
G = 28.7%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86616B (or 0x86616B) is known color: Mauve Taupe. HEX triplet: 86, 61 and 6B. RGB value is (134,97,107). Sum of RGB (Red+Green+Blue) = 134+97+107=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616B is #799E94. Grayscale: #6D6D6D. Windows color (decimal): -7970453 or 7037318. OLE color: 7037318.

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

Color convert

RGB 134 97 107 -
CMYK 0 0.28 0.20 0.47
HSL 343.78º 0.16% 0.45% -
HSV(B) 343.78º 0.28% 0.53% -
XYZ 16.76 14.68 15.86 -
YUV 109.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 134 97 107 0 0.28 0.20 0.47 343.78 0.16 0.45
Hex 86 61 6B 0 1C 14 2F 158 10 2D
Octal 206 141 153 0 34 24 57 530 20 55
Binary 10000110 1100001 1101011 0 11100 10100 101111 101011000 10000 101101

Color Harmonies of #86616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86616B

Black with #86616B

Text Example


Text Example

White with #86616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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