Color spaces of #866421
RGB | 134 | 100 | 33 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.33 |
HSV | 40° | 75° | 53° |
CMYK | 0.00 | 0.25 | 0.75 0.47 |
XYZ | 14.6632 | 14.2925 | 3.4247 |
Yxy | 14.2925 | 0.4528 | 0.4414 |
Hunter Lab | 37.8054 | 3.0735 | 21.0929 |
CIE-Lab | 44.6495 | 6.7434 | 41.4360 |
#866421 color RGB value is (134,100,33).
#866421 hex color red value is 134, green value is 100 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #866421 hue: 0.11 , saturation: 0.60 and the lightness value of 866421 is 0.33.
The process color (four color CMYK) of #866421 color hex is 0.00, 0.25, 0.75, 0.47. Web safe color of #866421 is #996633. Color #866421 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01100100 | 00100001 |
Octal | 206 | 144 | 41 |
Decimal | 134 | 100 | 33 |
Hex | 86 | 64 | 21 |
Shades of #866421
Tints of #866421
RGB Percentages of Color #866421
CMYK Percentages of Color #866421
Complementary Color
#866421 | #214386 |
#866421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#866421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#866421 Color CSS Codes
.mybgcolor {background-color:#866421; } .myforecolor {color:#866421; } .mybordercolor {border:3px solid #866421; }
#866421 Text Font Color
<p style="color:#866421">Text here</p>
This sample text font color is #866421
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.
#866421 Background Color
<div style="background-color:#866421">
Div content here</div>
This div background color is #866421
#866421 Border Color
<div style="border:3px solid #866421">
Div here</div>
This div border color is #866421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,100,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #866421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #866421; -webkit-box-shadow: 1px 1px 3px 2px #866421; box-shadow: 1px 1px 3px 2px #866421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,100,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #866421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #866421; -webkit-box-shadow: 1px 1px 3px 2px #866421; box-shadow: 1px 1px 3px 2px #866421;">
Div content here</div>
This div box has shadow with color #866421
Comments
No comments written yet.
Please login to write comment.