Color spaces of #652606
RGB | 101 | 38 | 6 |
---|---|---|---|
HSL | 0.06 | 0.89 | 0.21 |
HSV | 20° | 94° | 40° |
CMYK | 0.00 | 0.62 | 0.94 0.60 |
XYZ | 6.0928 | 4.1661 | 0.6553 |
Yxy | 4.1661 | 0.5582 | 0.3817 |
Hunter Lab | 20.4110 | 17.5639 | 12.3842 |
CIE-Lab | 24.2131 | 26.7748 | 32.3737 |
#652606 color RGB value is (101,38,6).
#652606 hex color red value is 101, green value is 38 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #652606 hue: 0.06 , saturation: 0.89 and the lightness value of 652606 is 0.21.
The process color (four color CMYK) of #652606 color hex is 0.00, 0.62, 0.94, 0.60. Web safe color of #652606 is #663300. Color #652606 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00100110 | 00000110 |
Octal | 145 | 46 | 6 |
Decimal | 101 | 38 | 6 |
Hex | 65 | 26 | 6 |
Shades of #652606
Tints of #652606
RGB Percentages of Color #652606
CMYK Percentages of Color #652606
Complementary Color
#652606 | #064565 |
#652606 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#652606 Color Preview on White Background
Lorem ipsum dolor sit amet.
#652606 Color CSS Codes
.mybgcolor {background-color:#652606; } .myforecolor {color:#652606; } .mybordercolor {border:3px solid #652606; }
#652606 Text Font Color
<p style="color:#652606">Text here</p>
This sample text font color is #652606
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.
#652606 Background Color
<div style="background-color:#652606">
Div content here</div>
This div background color is #652606
#652606 Border Color
<div style="border:3px solid #652606">
Div here</div>
This div border color is #652606
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,38,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #652606; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #652606; -webkit-box-shadow: 1px 1px 3px 2px #652606; box-shadow: 1px 1px 3px 2px #652606; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,38,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #652606">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #652606; -webkit-box-shadow: 1px 1px 3px 2px #652606; box-shadow: 1px 1px 3px 2px #652606;">
Div content here</div>
This div box has shadow with color #652606
Comments
No comments written yet.
Please login to write comment.