Color spaces of #655626
RGB | 101 | 86 | 38 |
---|---|---|---|
HSL | 0.13 | 0.45 | 0.27 |
HSV | 46° | 62° | 40° |
CMYK | 0.00 | 0.15 | 0.62 0.60 |
XYZ | 9.0445 | 9.5622 | 3.2027 |
Yxy | 9.5622 | 0.4147 | 0.4384 |
Hunter Lab | 30.9228 | -1.9061 | 15.5053 |
CIE-Lab | 37.0449 | -0.3703 | 29.7193 |
#655626 color RGB value is (101,86,38).
#655626 hex color red value is 101, green value is 86 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #655626 hue: 0.13 , saturation: 0.45 and the lightness value of 655626 is 0.27.
The process color (four color CMYK) of #655626 color hex is 0.00, 0.15, 0.62, 0.60. Web safe color of #655626 is #666633. Color #655626 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01010110 | 00100110 |
Octal | 145 | 126 | 46 |
Decimal | 101 | 86 | 38 |
Hex | 65 | 56 | 26 |
Shades of #655626
Tints of #655626
RGB Percentages of Color #655626
CMYK Percentages of Color #655626
Complementary Color
#655626 | #263565 |
#655626 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#655626 Color Preview on White Background
Lorem ipsum dolor sit amet.
#655626 Color CSS Codes
.mybgcolor {background-color:#655626; } .myforecolor {color:#655626; } .mybordercolor {border:3px solid #655626; }
#655626 Text Font Color
<p style="color:#655626">Text here</p>
This sample text font color is #655626
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.
#655626 Background Color
<div style="background-color:#655626">
Div content here</div>
This div background color is #655626
#655626 Border Color
<div style="border:3px solid #655626">
Div here</div>
This div border color is #655626
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,86,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #655626; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #655626; -webkit-box-shadow: 1px 1px 3px 2px #655626; box-shadow: 1px 1px 3px 2px #655626; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,86,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #655626">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #655626; -webkit-box-shadow: 1px 1px 3px 2px #655626; box-shadow: 1px 1px 3px 2px #655626;">
Div content here</div>
This div box has shadow with color #655626
Comments
No comments written yet.
Please login to write comment.