Color Hex Logo

#86636f Color Hex

#86636F
(134,99,111)
0 Favorites   0 Comments

Color spaces of #86636f

RGB 13499111
HSL0.940.150.46
HSV339°26°53°
CMYK 0.000.260.17   0.47
XYZ17.162615.139717.0566
Yxy15.13970.34770.3067
Hunter Lab38.909810.64201.2463
CIE-Lab45.824916.1215-1.2190

#86636f color RGB value is (134,99,111).

#86636f hex color red value is 134, green value is 99 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #86636f hue: 0.94 , saturation: 0.15 and the lightness value of 86636f is 0.46.

The process color (four color CMYK) of #86636f color hex is 0.00, 0.26, 0.17, 0.47. Web safe color of #86636f is #996666. Color #86636f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 01101111
Octal 206 143 157
Decimal 134 99 111
Hex 86 63 6F

RGB Percentages of Color #86636f

%38.95
%28.78
%32.27

CMYK Percentages of Color #86636f

%0
%26
%17
%47

Triadic Colors of #86636f

#86636f #6f8663 #636f86

Analogous Colors of #86636f

#86636f #866963 #866381

Monochromatic Colors of #86636f

#86636f

Complementary Color

#86636f #63867a

#86636f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86636f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86636f Color CSS Codes

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

#86636f Text Font Color

<p style="color:#86636f">Text here</p>

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


#86636f Background Color

<div style="background-color:#86636f">
Div content here</div>

This div background color is #86636f


#86636f Border Color

<div style="border:3px solid #86636f">
Div here</div>

This div border color is #86636f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,99,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86636f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86636f;
  -webkit-box-shadow: 1px 1px 3px 2px #86636f;
  box-shadow:         1px 1px 3px 2px #86636f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86636f


Comments

No comments written yet.

Please login to write comment.