Color spaces of #86814e
RGB | 134 | 129 | 78 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.42 |
HSV | 55° | 42° | 53° |
CMYK | 0.00 | 0.04 | 0.42 0.47 |
XYZ | 19.0569 | 21.3189 | 10.3183 |
Yxy | 21.3189 | 0.3759 | 0.4205 |
Hunter Lab | 46.1724 | -7.1287 | 19.0709 |
CIE-Lab | 53.2968 | -6.0478 | 28.2944 |
#86814e color RGB value is (134,129,78).
#86814e hex color red value is 134, green value is 129 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #86814e hue: 0.15 , saturation: 0.26 and the lightness value of 86814e is 0.42.
The process color (four color CMYK) of #86814e color hex is 0.00, 0.04, 0.42, 0.47. Web safe color of #86814e is #999966. Color #86814e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10000001 | 01001110 |
Octal | 206 | 201 | 116 |
Decimal | 134 | 129 | 78 |
Hex | 86 | 81 | 4E |
Shades of #86814e
Tints of #86814e
RGB Percentages of Color #86814e
CMYK Percentages of Color #86814e
Complementary Color
#86814e | #4e5386 |
#86814e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86814e Color Preview on White Background
Lorem ipsum dolor sit amet.
#86814e Color CSS Codes
.mybgcolor {background-color:#86814e; } .myforecolor {color:#86814e; } .mybordercolor {border:3px solid #86814e; }
#86814e Text Font Color
<p style="color:#86814e">Text here</p>
This sample text font color is #86814e
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.
#86814e Background Color
<div style="background-color:#86814e">
Div content here</div>
This div background color is #86814e
#86814e Border Color
<div style="border:3px solid #86814e">
Div here</div>
This div border color is #86814e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,129,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86814e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86814e; -webkit-box-shadow: 1px 1px 3px 2px #86814e; box-shadow: 1px 1px 3px 2px #86814e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,129,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 #86814e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86814e; -webkit-box-shadow: 1px 1px 3px 2px #86814e; box-shadow: 1px 1px 3px 2px #86814e;">
Div content here</div>
This div box has shadow with color #86814e
Comments
No comments written yet.
Please login to write comment.