Shades of Hemlock #63644A
Tints of Hemlock #63644A
RGB
CMYK
RGB Variations
Color information
#63644A (or 0x63644A) is known color: Hemlock. HEX triplet: 63, 64 and 4A. RGB value is (99,100,74). Sum of RGB (Red+Green+Blue) = 99+100+74=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #63644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63644A is #9C9BB5. Grayscale: #606060. Windows color (decimal): -10263478 or 4875363. OLE color: 4875363.
HSL color Cylindrical-coordinate representation of color #63644A: hue angle of 62.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63644A is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 74 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.61 |
| HSL | 62.31º | 0.15% | 0.34% | - |
| HSV(B) | 62.31º | 0.26% | 0.39% | - |
| XYZ | 10.94 | 12.26 | 8.27 | - |
| YUV | 96.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 74 | 0.01 | 0 | 0.26 | 0.61 | 62.31 | 0.15 | 0.34 |
| Hex | 63 | 64 | 4A | 1 | 0 | 1A | 3D | 3E | F | 22 |
| Octal | 143 | 144 | 112 | 1 | 0 | 32 | 75 | 76 | 17 | 42 |
| Binary | 1100011 | 1100100 | 1001010 | 1 | 0 | 11010 | 111101 | 111110 | 1111 | 100010 |
Color Harmonies of #63644A
Complementary color
Monochromatic Colors of #63644A
Black with #63644A
Text Example
Text Example
White with #63644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63644A; }
p { color: rgb(99,100,74); }
H1.HeaderClassName
{
color: #63644A;
}
.AnyTagClassName
{
color: #63644A;
}
</style>
background-color css
<style>
a { background-color: #63644A; }
a { background-color: rgb(99,100,74); }
div.DivClassName
{
background-color: #63644A;
}
.BgClassName
{
background-color: #63644A;
}
</style>
border-color css
<style>
span { border-color: #63644A; }
span { border-color: rgb(99,100,74); }
td.TdClassName
{
border-color: #63644A;
}
.TagClassName
{
border-color: #63644A;
}
</style>