Shades of Hemlock #646354
Tints of Hemlock #646354
RGB
CMYK
RGB Variations
Color information
#646354 (or 0x646354) is known color: Hemlock. HEX triplet: 64, 63 and 54. RGB value is (100,99,84). Sum of RGB (Red+Green+Blue) = 100+99+84=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #646354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646354 is #9B9CAB. Grayscale: #616161. Windows color (decimal): -10198188 or 5530468. OLE color: 5530468.
HSL color Cylindrical-coordinate representation of color #646354: hue angle of 56.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646354 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 84 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.61 |
| HSL | 56.25º | 0.09% | 0.36% | - |
| HSV(B) | 56.25º | 0.16% | 0.39% | - |
| XYZ | 11.32 | 12.27 | 10.16 | - |
| YUV | 97.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 84 | 0 | 0.01 | 0.16 | 0.61 | 56.25 | 0.09 | 0.36 |
| Hex | 64 | 63 | 54 | 0 | 1 | 10 | 3D | 38 | 9 | 24 |
| Octal | 144 | 143 | 124 | 0 | 1 | 20 | 75 | 70 | 11 | 44 |
| Binary | 1100100 | 1100011 | 1010100 | 0 | 1 | 10000 | 111101 | 111000 | 1001 | 100100 |
Color Harmonies of #646354
Complementary color
Monochromatic Colors of #646354
Black with #646354
Text Example
Text Example
White with #646354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646354; }
p { color: rgb(100,99,84); }
H1.HeaderClassName
{
color: #646354;
}
.AnyTagClassName
{
color: #646354;
}
</style>
background-color css
<style>
a { background-color: #646354; }
a { background-color: rgb(100,99,84); }
div.DivClassName
{
background-color: #646354;
}
.BgClassName
{
background-color: #646354;
}
</style>
border-color css
<style>
span { border-color: #646354; }
span { border-color: rgb(100,99,84); }
td.TdClassName
{
border-color: #646354;
}
.TagClassName
{
border-color: #646354;
}
</style>