Shades of Hemlock #646348
Tints of Hemlock #646348
RGB
CMYK
RGB Variations
Color information
#646348 (or 0x646348) is known color: Hemlock. HEX triplet: 64, 63 and 48. RGB value is (100,99,72). Sum of RGB (Red+Green+Blue) = 100+99+72=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #646348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646348 is #9B9CB7. Grayscale: #606060. Windows color (decimal): -10198200 or 4744036. OLE color: 4744036.
HSL color Cylindrical-coordinate representation of color #646348: hue angle of 57.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646348 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 72 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.61 |
| HSL | 57.86º | 0.16% | 0.34% | - |
| HSV(B) | 57.86º | 0.28% | 0.39% | - |
| XYZ | 10.89 | 12.1 | 7.89 | - |
| YUV | 96.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 72 | 0 | 0.01 | 0.28 | 0.61 | 57.86 | 0.16 | 0.34 |
| Hex | 64 | 63 | 48 | 0 | 1 | 1C | 3D | 3A | 10 | 22 |
| Octal | 144 | 143 | 110 | 0 | 1 | 34 | 75 | 72 | 20 | 42 |
| Binary | 1100100 | 1100011 | 1001000 | 0 | 1 | 11100 | 111101 | 111010 | 10000 | 100010 |
Color Harmonies of #646348
Complementary color
Monochromatic Colors of #646348
Black with #646348
Text Example
Text Example
White with #646348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646348; }
p { color: rgb(100,99,72); }
H1.HeaderClassName
{
color: #646348;
}
.AnyTagClassName
{
color: #646348;
}
</style>
background-color css
<style>
a { background-color: #646348; }
a { background-color: rgb(100,99,72); }
div.DivClassName
{
background-color: #646348;
}
.BgClassName
{
background-color: #646348;
}
</style>
border-color css
<style>
span { border-color: #646348; }
span { border-color: rgb(100,99,72); }
td.TdClassName
{
border-color: #646348;
}
.TagClassName
{
border-color: #646348;
}
</style>