Color Hex Logo

#86636c Color Hex

#86636C
(134,99,108)
0 Favorites   0 Comments

Color spaces of #86636c

RGB 13499108
HSL0.960.150.46
HSV345°26°53°
CMYK 0.000.260.19   0.47
XYZ17.000115.074716.2011
Yxy15.07470.35210.3123
Hunter Lab38.826210.21082.4382
CIE-Lab45.736315.60860.4617

#86636c color RGB value is (134,99,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 01101100
Octal 206 143 154
Decimal 134 99 108
Hex 86 63 6C

RGB Percentages of Color #86636c

%39.30
%29.03
%31.67

CMYK Percentages of Color #86636c

%0
%26
%19
%47

Triadic Colors of #86636c

#86636c #6c8663 #636c86

Analogous Colors of #86636c

#86636c #866c63 #86637e

Monochromatic Colors of #86636c

#86636c

Complementary Color

#86636c #63867d

#86636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86636c Color CSS Codes

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

#86636c Text Font Color

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

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


#86636c Background Color

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

This div background color is #86636c


#86636c Border Color

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

This div border color is #86636c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86636c


Comments

No comments written yet.

Please login to write comment.