Color spaces of #86642f
RGB | 134 | 100 | 47 |
---|---|---|---|
HSL | 0.10 | 0.48 | 0.35 |
HSV | 37° | 65° | 53° |
CMYK | 0.00 | 0.25 | 0.65 0.47 |
XYZ | 14.9018 | 14.3879 | 4.6811 |
Yxy | 14.3879 | 0.4387 | 0.4235 |
Hunter Lab | 37.9314 | 3.7459 | 19.2350 |
CIE-Lab | 44.7842 | 7.6098 | 34.7367 |
#86642f color RGB value is (134,100,47).
#86642f hex color red value is 134, green value is 100 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #86642f hue: 0.10 , saturation: 0.48 and the lightness value of 86642f is 0.35.
The process color (four color CMYK) of #86642f color hex is 0.00, 0.25, 0.65, 0.47. Web safe color of #86642f is #996633. Color #86642f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01100100 | 00101111 |
Octal | 206 | 144 | 57 |
Decimal | 134 | 100 | 47 |
Hex | 86 | 64 | 2F |
Shades of #86642f
Tints of #86642f
RGB Percentages of Color #86642f
CMYK Percentages of Color #86642f
Complementary Color
#86642f | #2f5186 |
#86642f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86642f Color Preview on White Background
Lorem ipsum dolor sit amet.
#86642f Color CSS Codes
.mybgcolor {background-color:#86642f; } .myforecolor {color:#86642f; } .mybordercolor {border:3px solid #86642f; }
#86642f Text Font Color
<p style="color:#86642f">Text here</p>
This sample text font color is #86642f
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.
#86642f Background Color
<div style="background-color:#86642f">
Div content here</div>
This div background color is #86642f
#86642f Border Color
<div style="border:3px solid #86642f">
Div here</div>
This div border color is #86642f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,100,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86642f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86642f; -webkit-box-shadow: 1px 1px 3px 2px #86642f; box-shadow: 1px 1px 3px 2px #86642f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,100,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86642f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86642f; -webkit-box-shadow: 1px 1px 3px 2px #86642f; box-shadow: 1px 1px 3px 2px #86642f;">
Div content here</div>
This div box has shadow with color #86642f
Comments
No comments written yet.
Please login to write comment.