Shades of Hemlock #64614B
Tints of Hemlock #64614B
RGB
CMYK
RGB Variations
Color information
#64614B (or 0x64614B) is known color: Hemlock. HEX triplet: 64, 61 and 4B. RGB value is (100,97,75). Sum of RGB (Red+Green+Blue) = 100+97+75=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64614B is #9B9EB4. Grayscale: #5F5F5F. Windows color (decimal): -10198709 or 4940132. OLE color: 4940132.
HSL color Cylindrical-coordinate representation of color #64614B: hue angle of 52.8º 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 #64614B is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 75 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.61 |
| HSL | 52.8º | 0.14% | 0.34% | - |
| HSV(B) | 52.8º | 0.25% | 0.39% | - |
| XYZ | 10.8 | 11.77 | 8.36 | - |
| YUV | 95.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 75 | 0 | 0.03 | 0.25 | 0.61 | 52.8 | 0.14 | 0.34 |
| Hex | 64 | 61 | 4B | 0 | 3 | 19 | 3D | 35 | E | 22 |
| Octal | 144 | 141 | 113 | 0 | 3 | 31 | 75 | 65 | 16 | 42 |
| Binary | 1100100 | 1100001 | 1001011 | 0 | 11 | 11001 | 111101 | 110101 | 1110 | 100010 |
Color Harmonies of #64614B
Complementary color
Monochromatic Colors of #64614B
Black with #64614B
Text Example
Text Example
White with #64614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64614B; }
p { color: rgb(100,97,75); }
H1.HeaderClassName
{
color: #64614B;
}
.AnyTagClassName
{
color: #64614B;
}
</style>
background-color css
<style>
a { background-color: #64614B; }
a { background-color: rgb(100,97,75); }
div.DivClassName
{
background-color: #64614B;
}
.BgClassName
{
background-color: #64614B;
}
</style>
border-color css
<style>
span { border-color: #64614B; }
span { border-color: rgb(100,97,75); }
td.TdClassName
{
border-color: #64614B;
}
.TagClassName
{
border-color: #64614B;
}
</style>