color details

Color Details
#645656 Color Hex

#645656 color RGB value is (6, 69, 101).
#645656 hex color red value is 6, green value is 69, and blue value is 101.
Cylindrical-coordinate representations (HSL) of color #645656 hue: 200.21, saturation: 0.89 and lightness: 0.21.

The process color (four-color CMYK) of #645656 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #645656 is #ff9999. Color #645656 contains mainly RED.

Color Spaces
Color spaces of #645656Value
RGB100, 86, 86
HSL0, 0.08, 0.36
HSV0°, 14°, 39°
XYZ10.26, 10.04, 10.2
Base Numbers
Base Red Green Blue
Binary 1100100 1010110 1010110
Octal 144 126 126
Decimal 100 86 86
Hex 64 56 56

RGB Percentages for Color #645656

36.76%
31.62%
31.62%

CMYK Percentages of the Color #645656

14%
14%
60.78%
CSS Codes for Color #645656
.mybgColor {background-color: #645656;}
.myforeColor {color: #645656;}
.myborderColor {border:3px solid #645656;}
Text Font Color #645656

<p style="color:#645656">Text here</p>

This sample text is styled with the font color #645656. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #645656

<div style="background-color:#645656">Div content here</div>

The background color of this div is #645656
Border Color #645656

<div style="border:3px solid #645656">Div here</div>

The border color of this div is #645656
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(100, 86, 86, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #645656;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #645656;
-webkit-box-shadow: 1px 1px 3px #645656;
box-shadow: 1px 1px 3px #645656;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100, 86, 86, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #645656;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #645656; -webkit-box-shadow: 1px 1px 3px #645656; box-shadow: 1px 1px 3px #645656;">Div content here</div>

This div box has a shadow with a specified color. #645656

Scroll to Top