Shades of Hemlock #64614A
Tints of Hemlock #64614A
RGB
CMYK
RGB Variations
Color information
#64614A (or 0x64614A) is known color: Hemlock. HEX triplet: 64, 61 and 4A. RGB value is (100,97,74). Sum of RGB (Red+Green+Blue) = 100+97+74=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #64614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64614A is #9B9EB5. Grayscale: #5F5F5F. Windows color (decimal): -10198710 or 4874596. OLE color: 4874596.
HSL color Cylindrical-coordinate representation of color #64614A: hue angle of 53.08º 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 #64614A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 74 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.61 |
| HSL | 53.08º | 0.15% | 0.34% | - |
| HSV(B) | 53.08º | 0.26% | 0.39% | - |
| XYZ | 10.77 | 11.75 | 8.18 | - |
| YUV | 95.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 74 | 0 | 0.03 | 0.26 | 0.61 | 53.08 | 0.15 | 0.34 |
| Hex | 64 | 61 | 4A | 0 | 3 | 1A | 3D | 35 | F | 22 |
| Octal | 144 | 141 | 112 | 0 | 3 | 32 | 75 | 65 | 17 | 42 |
| Binary | 1100100 | 1100001 | 1001010 | 0 | 11 | 11010 | 111101 | 110101 | 1111 | 100010 |
Color Harmonies of #64614A
Complementary color
Monochromatic Colors of #64614A
Black with #64614A
Text Example
Text Example
White with #64614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64614A; }
p { color: rgb(100,97,74); }
H1.HeaderClassName
{
color: #64614A;
}
.AnyTagClassName
{
color: #64614A;
}
</style>
background-color css
<style>
a { background-color: #64614A; }
a { background-color: rgb(100,97,74); }
div.DivClassName
{
background-color: #64614A;
}
.BgClassName
{
background-color: #64614A;
}
</style>
border-color css
<style>
span { border-color: #64614A; }
span { border-color: rgb(100,97,74); }
td.TdClassName
{
border-color: #64614A;
}
.TagClassName
{
border-color: #64614A;
}
</style>