Color spaces of #64561e
RGB | 100 | 86 | 30 |
---|---|---|---|
HSL | 0.13 | 0.54 | 0.25 |
HSV | 48° | 70° | 39° |
CMYK | 0.00 | 0.14 | 0.70 0.61 |
XYZ | 8.8177 | 9.4586 | 2.5893 |
Yxy | 9.4586 | 0.4226 | 0.4533 |
Hunter Lab | 30.7548 | -2.6433 | 16.5367 |
CIE-Lab | 36.8527 | -1.4658 | 33.6117 |
#64561e color RGB value is (100,86,30).
#64561e hex color red value is 100, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #64561e hue: 0.13 , saturation: 0.54 and the lightness value of 64561e is 0.25.
The process color (four color CMYK) of #64561e color hex is 0.00, 0.14, 0.70, 0.61. Web safe color of #64561e is #666633. Color #64561e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01010110 | 00011110 |
Octal | 144 | 126 | 36 |
Decimal | 100 | 86 | 30 |
Hex | 64 | 56 | 1E |
Shades of #64561e
Tints of #64561e
RGB Percentages of Color #64561e
CMYK Percentages of Color #64561e
Complementary Color
#64561e | #1e2c64 |
#64561e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64561e Color Preview on White Background
Lorem ipsum dolor sit amet.
#64561e Color CSS Codes
.mybgcolor {background-color:#64561e; } .myforecolor {color:#64561e; } .mybordercolor {border:3px solid #64561e; }
#64561e Text Font Color
<p style="color:#64561e">Text here</p>
This sample text font color is #64561e
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.
#64561e Background Color
<div style="background-color:#64561e">
Div content here</div>
This div background color is #64561e
#64561e Border Color
<div style="border:3px solid #64561e">
Div here</div>
This div border color is #64561e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,86,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64561e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64561e; -webkit-box-shadow: 1px 1px 3px 2px #64561e; box-shadow: 1px 1px 3px 2px #64561e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,86,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64561e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64561e; -webkit-box-shadow: 1px 1px 3px 2px #64561e; box-shadow: 1px 1px 3px 2px #64561e;">
Div content here</div>
This div box has shadow with color #64561e
Comments
No comments written yet.
Please login to write comment.