Color Hex Logo

#867664 Color Hex

#867664
(134,118,100)
0 Favorites   0 Comments

Color spaces of #867664

RGB 134118100
HSL0.090.150.46
HSV32°25°53°
CMYK 0.000.120.25   0.47
XYZ18.610218.945314.7325
Yxy18.94530.35590.3623
Hunter Lab43.52620.149210.4002
CIE-Lab50.62313.171712.1915

#867664 color RGB value is (134,118,100).

#867664 hex color red value is 134, green value is 118 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #867664 hue: 0.09 , saturation: 0.15 and the lightness value of 867664 is 0.46.

The process color (four color CMYK) of #867664 color hex is 0.00, 0.12, 0.25, 0.47. Web safe color of #867664 is #996666. Color #867664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110110 01100100
Octal 206 166 144
Decimal 134 118 100
Hex 86 76 64

RGB Percentages of Color #867664

%38.07
%33.52
%28.41

CMYK Percentages of Color #867664

%0
%12
%25
%47

Triadic Colors of #867664

#867664 #648676 #766486

Analogous Colors of #867664

#867664 #858664 #866564

Monochromatic Colors of #867664

#867664

Complementary Color

#867664 #647486

#867664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867664 Color CSS Codes

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

#867664 Text Font Color

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

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


#867664 Background Color

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

This div background color is #867664


#867664 Border Color

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

This div border color is #867664


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,118,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867664; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867664;
  -webkit-box-shadow: 1px 1px 3px 2px #867664;
  box-shadow:         1px 1px 3px 2px #867664; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867664


Comments

No comments written yet.

Please login to write comment.