Color spaces of #64624a
RGB | 100 | 98 | 74 |
---|---|---|---|
HSL | 0.15 | 0.15 | 0.34 |
HSV | 55° | 26° | 39° |
CMYK | 0.00 | 0.02 | 0.26 0.61 |
XYZ | 10.8592 | 11.9391 | 8.2107 |
Yxy | 11.9391 | 0.3502 | 0.3850 |
Hunter Lab | 34.5530 | -4.3694 | 10.0982 |
CIE-Lab | 41.1192 | -3.5852 | 13.9852 |
#64624a color RGB value is (100,98,74).
#64624a hex color red value is 100, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #64624a hue: 0.15 , saturation: 0.15 and the lightness value of 64624a is 0.34.
The process color (four color CMYK) of #64624a color hex is 0.00, 0.02, 0.26, 0.61. Web safe color of #64624a is #666633. Color #64624a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01100010 | 01001010 |
Octal | 144 | 142 | 112 |
Decimal | 100 | 98 | 74 |
Hex | 64 | 62 | 4A |
Shades of #64624a
Tints of #64624a
RGB Percentages of Color #64624a
CMYK Percentages of Color #64624a
Complementary Color
#64624a | #4a4c64 |
#64624a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64624a Color Preview on White Background
Lorem ipsum dolor sit amet.
#64624a Color CSS Codes
.mybgcolor {background-color:#64624a; } .myforecolor {color:#64624a; } .mybordercolor {border:3px solid #64624a; }
#64624a Text Font Color
<p style="color:#64624a">Text here</p>
This sample text font color is #64624a
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.
#64624a Background Color
<div style="background-color:#64624a">
Div content here</div>
This div background color is #64624a
#64624a Border Color
<div style="border:3px solid #64624a">
Div here</div>
This div border color is #64624a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,98,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64624a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64624a; -webkit-box-shadow: 1px 1px 3px 2px #64624a; box-shadow: 1px 1px 3px 2px #64624a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,98,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64624a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64624a; -webkit-box-shadow: 1px 1px 3px 2px #64624a; box-shadow: 1px 1px 3px 2px #64624a;">
Div content here</div>
This div box has shadow with color #64624a
Comments
No comments written yet.
Please login to write comment.