Color Hex Logo

#86694b Color Hex

#86694B
(134,105,75)
0 Favorites   0 Comments

Color spaces of #86694b

RGB 13410575
HSL0.080.280.41
HSV31°44°53°
CMYK 0.000.220.44   0.47
XYZ16.153115.67958.8317
Yxy15.67950.39720.3856
Hunter Lab39.59733.520814.4942
CIE-Lab46.55127.337921.2721

#86694b color RGB value is (134,105,75).

#86694b hex color red value is 134, green value is 105 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #86694b hue: 0.08 , saturation: 0.28 and the lightness value of 86694b is 0.41.

The process color (four color CMYK) of #86694b color hex is 0.00, 0.22, 0.44, 0.47. Web safe color of #86694b is #996633. Color #86694b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101001 01001011
Octal 206 151 113
Decimal 134 105 75
Hex 86 69 4B

RGB Percentages of Color #86694b

%42.68
%33.44
%23.89

CMYK Percentages of Color #86694b

%0
%22
%44
%47

Triadic Colors of #86694b

#86694b #4b8669 #694b86

Analogous Colors of #86694b

#86694b #86864b #864b4b

Monochromatic Colors of #86694b

#86694b

Complementary Color

#86694b #4b6886

#86694b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86694b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86694b Color CSS Codes

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

#86694b Text Font Color

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

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


#86694b Background Color

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

This div background color is #86694b


#86694b Border Color

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

This div border color is #86694b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,105,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86694b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86694b;
  -webkit-box-shadow: 1px 1px 3px 2px #86694b;
  box-shadow:         1px 1px 3px 2px #86694b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86694b


Comments

No comments written yet.

Please login to write comment.