Shades of Hemlock #63644D
Tints of Hemlock #63644D
RGB
CMYK
RGB Variations
Color information
#63644D (or 0x63644D) is known color: Hemlock. HEX triplet: 63, 64 and 4D. RGB value is (99,100,77). Sum of RGB (Red+Green+Blue) = 99+100+77=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #63644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63644D is #9C9BB2. Grayscale: #616161. Windows color (decimal): -10263475 or 5071971. OLE color: 5071971.
HSL color Cylindrical-coordinate representation of color #63644D: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63644D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 77 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.61 |
| HSL | 62.61º | 0.13% | 0.35% | - |
| HSV(B) | 62.61º | 0.23% | 0.39% | - |
| XYZ | 11.04 | 12.3 | 8.81 | - |
| YUV | 97.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 77 | 0.01 | 0 | 0.23 | 0.61 | 62.61 | 0.13 | 0.35 |
| Hex | 63 | 64 | 4D | 1 | 0 | 17 | 3D | 3F | D | 23 |
| Octal | 143 | 144 | 115 | 1 | 0 | 27 | 75 | 77 | 15 | 43 |
| Binary | 1100011 | 1100100 | 1001101 | 1 | 0 | 10111 | 111101 | 111111 | 1101 | 100011 |
Color Harmonies of #63644D
Complementary color
Monochromatic Colors of #63644D
Black with #63644D
Text Example
Text Example
White with #63644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63644D; }
p { color: rgb(99,100,77); }
H1.HeaderClassName
{
color: #63644D;
}
.AnyTagClassName
{
color: #63644D;
}
</style>
background-color css
<style>
a { background-color: #63644D; }
a { background-color: rgb(99,100,77); }
div.DivClassName
{
background-color: #63644D;
}
.BgClassName
{
background-color: #63644D;
}
</style>
border-color css
<style>
span { border-color: #63644D; }
span { border-color: rgb(99,100,77); }
td.TdClassName
{
border-color: #63644D;
}
.TagClassName
{
border-color: #63644D;
}
</style>