Shades of Hemlock #646355
Tints of Hemlock #646355
RGB
CMYK
RGB Variations
Color information
#646355 (or 0x646355) is known color: Hemlock. HEX triplet: 64, 63 and 55. RGB value is (100,99,85). Sum of RGB (Red+Green+Blue) = 100+99+85=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #646355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646355 is #9B9CAA. Grayscale: #616161. Windows color (decimal): -10198187 or 5596004. OLE color: 5596004.
HSL color Cylindrical-coordinate representation of color #646355: hue angle of 56º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646355 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 85 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.61 |
| HSL | 56º | 0.08% | 0.36% | - |
| HSV(B) | 56º | 0.15% | 0.39% | - |
| XYZ | 11.36 | 12.29 | 10.37 | - |
| YUV | 97.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 85 | 0 | 0.01 | 0.15 | 0.61 | 56 | 0.08 | 0.36 |
| Hex | 64 | 63 | 55 | 0 | 1 | F | 3D | 38 | 8 | 24 |
| Octal | 144 | 143 | 125 | 0 | 1 | 17 | 75 | 70 | 10 | 44 |
| Binary | 1100100 | 1100011 | 1010101 | 0 | 1 | 1111 | 111101 | 111000 | 1000 | 100100 |
Color Harmonies of #646355
Complementary color
Monochromatic Colors of #646355
Black with #646355
Text Example
Text Example
White with #646355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646355; }
p { color: rgb(100,99,85); }
H1.HeaderClassName
{
color: #646355;
}
.AnyTagClassName
{
color: #646355;
}
</style>
background-color css
<style>
a { background-color: #646355; }
a { background-color: rgb(100,99,85); }
div.DivClassName
{
background-color: #646355;
}
.BgClassName
{
background-color: #646355;
}
</style>
border-color css
<style>
span { border-color: #646355; }
span { border-color: rgb(100,99,85); }
td.TdClassName
{
border-color: #646355;
}
.TagClassName
{
border-color: #646355;
}
</style>