Color Hex Logo

#86796e Color Hex

#86796E
(134,121,110)
0 Favorites   0 Comments

Color spaces of #86796e

RGB 134121110
HSL0.080.100.48
HSV28°18°53°
CMYK 0.000.100.18   0.47
XYZ19.483419.868917.5600
Yxy19.86890.34230.3491
Hunter Lab44.57450.01647.8451
CIE-Lab51.68873.05077.8405

#86796e color RGB value is (134,121,110).

#86796e hex color red value is 134, green value is 121 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #86796e hue: 0.08 , saturation: 0.10 and the lightness value of 86796e is 0.48.

The process color (four color CMYK) of #86796e color hex is 0.00, 0.10, 0.18, 0.47. Web safe color of #86796e is #996666. Color #86796e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 01101110
Octal 206 171 156
Decimal 134 121 110
Hex 86 79 6E

RGB Percentages of Color #86796e

%36.71
%33.15
%30.14

CMYK Percentages of Color #86796e

%0
%10
%18
%47

Triadic Colors of #86796e

#86796e #6e8679 #796e86

Analogous Colors of #86796e

#86796e #86856e #866e6f

Monochromatic Colors of #86796e

#86796e

Complementary Color

#86796e #6e7b86

#86796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86796e Color CSS Codes

.mybgcolor {background-color:#86796e; } 
.myforecolor {color:#86796e; }
.mybordercolor {border:3px solid #86796e; }

#86796e Text Font Color

<p style="color:#86796e">Text here</p>

This sample text font color is #86796e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#86796e Background Color

<div style="background-color:#86796e">
Div content here</div>

This div background color is #86796e


#86796e Border Color

<div style="border:3px solid #86796e">
Div here</div>

This div border color is #86796e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,121,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86796e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86796e;
  -webkit-box-shadow: 1px 1px 3px 2px #86796e;
  box-shadow:         1px 1px 3px 2px #86796e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,121,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #86796e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #86796e;
  -webkit-box-shadow: 1px 1px 3px 2px #86796e;
  box-shadow:         1px 1px 3px 2px #86796e;">
Div content here</div>

This div box has shadow with color #86796e


Comments

No comments written yet.

Please login to write comment.