Color spaces of #60644e
RGB | 96 | 100 | 78 |
---|---|---|---|
HSL | 0.20 | 0.12 | 0.35 |
HSV | 71° | 22° | 39° |
CMYK | 0.04 | 0.00 | 0.22 0.61 |
XYZ | 10.7562 | 12.1512 | 8.9862 |
Yxy | 12.1512 | 0.3373 | 0.3810 |
Hunter Lab | 34.8586 | -5.9233 | 9.1166 |
CIE-Lab | 41.4554 | -5.8041 | 11.9844 |
#60644e color RGB value is (96,100,78).
#60644e hex color red value is 96, green value is 100 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #60644e hue: 0.20 , saturation: 0.12 and the lightness value of 60644e is 0.35.
The process color (four color CMYK) of #60644e color hex is 0.04, 0.00, 0.22, 0.61. Web safe color of #60644e is #666666. Color #60644e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01100100 | 01001110 |
Octal | 140 | 144 | 116 |
Decimal | 96 | 100 | 78 |
Hex | 60 | 64 | 4E |
Shades of #60644e
Tints of #60644e
RGB Percentages of Color #60644e
CMYK Percentages of Color #60644e
Complementary Color
#60644e | #524e64 |
#60644e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60644e Color Preview on White Background
Lorem ipsum dolor sit amet.
#60644e Color CSS Codes
.mybgcolor {background-color:#60644e; } .myforecolor {color:#60644e; } .mybordercolor {border:3px solid #60644e; }
#60644e Text Font Color
<p style="color:#60644e">Text here</p>
This sample text font color is #60644e
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.
#60644e Background Color
<div style="background-color:#60644e">
Div content here</div>
This div background color is #60644e
#60644e Border Color
<div style="border:3px solid #60644e">
Div here</div>
This div border color is #60644e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,100,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60644e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60644e; -webkit-box-shadow: 1px 1px 3px 2px #60644e; box-shadow: 1px 1px 3px 2px #60644e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,100,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60644e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60644e; -webkit-box-shadow: 1px 1px 3px 2px #60644e; box-shadow: 1px 1px 3px 2px #60644e;">
Div content here</div>
This div box has shadow with color #60644e
Comments
No comments written yet.
Please login to write comment.