Color spaces of #685635
RGB | 104 | 86 | 53 |
---|---|---|---|
HSL | 0.11 | 0.32 | 0.31 |
HSV | 39° | 49° | 41° |
CMYK | 0.00 | 0.17 | 0.49 0.59 |
XYZ | 9.6793 | 9.8557 | 4.7603 |
Yxy | 9.8557 | 0.3984 | 0.4057 |
Hunter Lab | 31.3938 | 0.0958 | 12.9854 |
CIE-Lab | 37.5822 | 2.5342 | 21.9265 |
#685635 color RGB value is (104,86,53).
#685635 hex color red value is 104, green value is 86 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #685635 hue: 0.11 , saturation: 0.32 and the lightness value of 685635 is 0.31.
The process color (four color CMYK) of #685635 color hex is 0.00, 0.17, 0.49, 0.59. Web safe color of #685635 is #666633. Color #685635 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01010110 | 00110101 |
Octal | 150 | 126 | 65 |
Decimal | 104 | 86 | 53 |
Hex | 68 | 56 | 35 |
Shades of #685635
Tints of #685635
RGB Percentages of Color #685635
CMYK Percentages of Color #685635
Complementary Color
#685635 | #354768 |
#685635 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#685635 Color Preview on White Background
Lorem ipsum dolor sit amet.
#685635 Color CSS Codes
.mybgcolor {background-color:#685635; } .myforecolor {color:#685635; } .mybordercolor {border:3px solid #685635; }
#685635 Text Font Color
<p style="color:#685635">Text here</p>
This sample text font color is #685635
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.
#685635 Background Color
<div style="background-color:#685635">
Div content here</div>
This div background color is #685635
#685635 Border Color
<div style="border:3px solid #685635">
Div here</div>
This div border color is #685635
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,86,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #685635; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685635; -webkit-box-shadow: 1px 1px 3px 2px #685635; box-shadow: 1px 1px 3px 2px #685635; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,86,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #685635">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #685635; -webkit-box-shadow: 1px 1px 3px 2px #685635; box-shadow: 1px 1px 3px 2px #685635;">
Div content here</div>
This div box has shadow with color #685635
Comments
No comments written yet.
Please login to write comment.