Color Hex Logo

#86606a Color Hex

#86606A
(134,96,106)
0 Favorites   0 Comments

Color spaces of #86606a

RGB 13496106
HSL0.960.170.45
HSV344°28°53°
CMYK 0.000.280.21   0.47
XYZ16.615914.474715.5538
Yxy14.47470.35620.3103
Hunter Lab38.045611.37752.3930
CIE-Lab44.906217.04860.4611

#86606a color RGB value is (134,96,106).

#86606a hex color red value is 134, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #86606a hue: 0.96 , saturation: 0.17 and the lightness value of 86606a is 0.45.

The process color (four color CMYK) of #86606a color hex is 0.00, 0.28, 0.21, 0.47. Web safe color of #86606a is #996666. Color #86606a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100000 01101010
Octal 206 140 152
Decimal 134 96 106
Hex 86 60 6A

RGB Percentages of Color #86606a

%39.88
%28.57
%31.55

CMYK Percentages of Color #86606a

%0
%28
%21
%47

Triadic Colors of #86606a

#86606a #6a8660 #606a86

Analogous Colors of #86606a

#86606a #866960 #86607d

Monochromatic Colors of #86606a

#86606a

Complementary Color

#86606a #60867c

#86606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86606a Color CSS Codes

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

#86606a Text Font Color

<p style="color:#86606a">Text here</p>

This sample text font color is #86606a
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.


#86606a Background Color

<div style="background-color:#86606a">
Div content here</div>

This div background color is #86606a


#86606a Border Color

<div style="border:3px solid #86606a">
Div here</div>

This div border color is #86606a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,96,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86606a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86606a;
  -webkit-box-shadow: 1px 1px 3px 2px #86606a;
  box-shadow:         1px 1px 3px 2px #86606a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86606a


Comments

No comments written yet.

Please login to write comment.