Shades of Hemlock #646349
Tints of Hemlock #646349
RGB
CMYK
RGB Variations
Color information
#646349 (or 0x646349) is known color: Hemlock. HEX triplet: 64, 63 and 49. RGB value is (100,99,73). Sum of RGB (Red+Green+Blue) = 100+99+73=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #646349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646349 is #9B9CB6. Grayscale: #606060. Windows color (decimal): -10198199 or 4809572. OLE color: 4809572.
HSL color Cylindrical-coordinate representation of color #646349: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646349 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 73 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.61 |
| HSL | 57.78º | 0.16% | 0.34% | - |
| HSV(B) | 57.78º | 0.27% | 0.39% | - |
| XYZ | 10.92 | 12.11 | 8.07 | - |
| YUV | 96.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 73 | 0 | 0.01 | 0.27 | 0.61 | 57.78 | 0.16 | 0.34 |
| Hex | 64 | 63 | 49 | 0 | 1 | 1B | 3D | 3A | 10 | 22 |
| Octal | 144 | 143 | 111 | 0 | 1 | 33 | 75 | 72 | 20 | 42 |
| Binary | 1100100 | 1100011 | 1001001 | 0 | 1 | 11011 | 111101 | 111010 | 10000 | 100010 |
Color Harmonies of #646349
Complementary color
Monochromatic Colors of #646349
Black with #646349
Text Example
Text Example
White with #646349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646349; }
p { color: rgb(100,99,73); }
H1.HeaderClassName
{
color: #646349;
}
.AnyTagClassName
{
color: #646349;
}
</style>
background-color css
<style>
a { background-color: #646349; }
a { background-color: rgb(100,99,73); }
div.DivClassName
{
background-color: #646349;
}
.BgClassName
{
background-color: #646349;
}
</style>
border-color css
<style>
span { border-color: #646349; }
span { border-color: rgb(100,99,73); }
td.TdClassName
{
border-color: #646349;
}
.TagClassName
{
border-color: #646349;
}
</style>