Shades of Hemlock #63644B
Tints of Hemlock #63644B
RGB
CMYK
RGB Variations
Color information
#63644B (or 0x63644B) is known color: Hemlock. HEX triplet: 63, 64 and 4B. RGB value is (99,100,75). Sum of RGB (Red+Green+Blue) = 99+100+75=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #63644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63644B is #9C9BB4. Grayscale: #606060. Windows color (decimal): -10263477 or 4940899. OLE color: 4940899.
HSL color Cylindrical-coordinate representation of color #63644B: hue angle of 62.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63644B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 75 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.61 |
| HSL | 62.4º | 0.14% | 0.34% | - |
| HSV(B) | 62.4º | 0.25% | 0.39% | - |
| XYZ | 10.97 | 12.27 | 8.45 | - |
| YUV | 96.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 75 | 0.01 | 0 | 0.25 | 0.61 | 62.4 | 0.14 | 0.34 |
| Hex | 63 | 64 | 4B | 1 | 0 | 19 | 3D | 3E | E | 22 |
| Octal | 143 | 144 | 113 | 1 | 0 | 31 | 75 | 76 | 16 | 42 |
| Binary | 1100011 | 1100100 | 1001011 | 1 | 0 | 11001 | 111101 | 111110 | 1110 | 100010 |
Color Harmonies of #63644B
Complementary color
Monochromatic Colors of #63644B
Black with #63644B
Text Example
Text Example
White with #63644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63644B; }
p { color: rgb(99,100,75); }
H1.HeaderClassName
{
color: #63644B;
}
.AnyTagClassName
{
color: #63644B;
}
</style>
background-color css
<style>
a { background-color: #63644B; }
a { background-color: rgb(99,100,75); }
div.DivClassName
{
background-color: #63644B;
}
.BgClassName
{
background-color: #63644B;
}
</style>
border-color css
<style>
span { border-color: #63644B; }
span { border-color: rgb(99,100,75); }
td.TdClassName
{
border-color: #63644B;
}
.TagClassName
{
border-color: #63644B;
}
</style>