Color Hex Logo

#86896f Color Hex

#86896F
(134,137,111)
0 Favorites   0 Comments

Color spaces of #86896f

RGB 134137111
HSL0.190.100.49
HSV67°19°54°
CMYK 0.020.000.19   0.46
XYZ21.646424.107418.5512
Yxy24.10740.33660.3749
Hunter Lab49.0993-7.228511.9679
CIE-Lab56.1952-5.844613.5993

#86896f color RGB value is (134,137,111).

#86896f hex color red value is 134, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #86896f hue: 0.19 , saturation: 0.10 and the lightness value of 86896f is 0.49.

The process color (four color CMYK) of #86896f color hex is 0.02, 0.00, 0.19, 0.46. Web safe color of #86896f is #999966. Color #86896f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001001 01101111
Octal 206 211 157
Decimal 134 137 111
Hex 86 89 6F

RGB Percentages of Color #86896f

%35.08
%35.86
%29.06

CMYK Percentages of Color #86896f

%2
%0
%19
%46

Triadic Colors of #86896f

#86896f #6f8689 #896f86

Analogous Colors of #86896f

#86896f #79896f #897f6f

Monochromatic Colors of #86896f

#86896f

Complementary Color

#86896f #726f89

#86896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86896f Color CSS Codes

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

#86896f Text Font Color

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

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


#86896f Background Color

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

This div background color is #86896f


#86896f Border Color

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

This div border color is #86896f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,137,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 #86896f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86896f


Comments

No comments written yet.

Please login to write comment.