Color Hex Logo

#86624e Color Hex

#86624E
(134,98,78)
0 Favorites   0 Comments

Color spaces of #86624e

RGB 1349878
HSL0.060.260.42
HSV21°42°53°
CMYK 0.000.270.42   0.47
XYZ15.574314.35389.1574
Yxy14.35380.39850.3672
Hunter Lab37.88647.076412.1897
CIE-Lab44.736111.813117.0912

#86624e color RGB value is (134,98,78).

#86624e hex color red value is 134, green value is 98 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #86624e hue: 0.06 , saturation: 0.26 and the lightness value of 86624e is 0.42.

The process color (four color CMYK) of #86624e color hex is 0.00, 0.27, 0.42, 0.47. Web safe color of #86624e is #996666. Color #86624e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100010 01001110
Octal 206 142 116
Decimal 134 98 78
Hex 86 62 4E

RGB Percentages of Color #86624e

%43.23
%31.61
%25.16

CMYK Percentages of Color #86624e

%0
%27
%42
%47

Triadic Colors of #86624e

#86624e #4e8662 #624e86

Analogous Colors of #86624e

#86624e #867e4e #864e56

Monochromatic Colors of #86624e

#86624e

Complementary Color

#86624e #4e7286

#86624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86624e Color CSS Codes

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

#86624e Text Font Color

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

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


#86624e Background Color

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

This div background color is #86624e


#86624e Border Color

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

This div border color is #86624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86624e


Comments

No comments written yet.

Please login to write comment.