Shades of Hemlock #68644D
Tints of Hemlock #68644D
RGB
CMYK
RGB Variations
Color information
#68644D (or 0x68644D) is known color: Hemlock. HEX triplet: 68, 64 and 4D. RGB value is (104,100,77). Sum of RGB (Red+Green+Blue) = 104+100+77=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68644D is #979BB2. Grayscale: #626262. Windows color (decimal): -9935795 or 5071976. OLE color: 5071976.
HSL color Cylindrical-coordinate representation of color #68644D: hue angle of 51.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68644D is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 77 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.59 |
| HSL | 51.11º | 0.15% | 0.35% | - |
| HSV(B) | 51.11º | 0.26% | 0.41% | - |
| XYZ | 11.61 | 12.59 | 8.84 | - |
| YUV | 98.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 77 | 0 | 0.04 | 0.26 | 0.59 | 51.11 | 0.15 | 0.35 |
| Hex | 68 | 64 | 4D | 0 | 4 | 1A | 3B | 33 | F | 23 |
| Octal | 150 | 144 | 115 | 0 | 4 | 32 | 73 | 63 | 17 | 43 |
| Binary | 1101000 | 1100100 | 1001101 | 0 | 100 | 11010 | 111011 | 110011 | 1111 | 100011 |
Color Harmonies of #68644D
Complementary color
Monochromatic Colors of #68644D
Black with #68644D
Text Example
Text Example
White with #68644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68644D; }
p { color: rgb(104,100,77); }
H1.HeaderClassName
{
color: #68644D;
}
.AnyTagClassName
{
color: #68644D;
}
</style>
background-color css
<style>
a { background-color: #68644D; }
a { background-color: rgb(104,100,77); }
div.DivClassName
{
background-color: #68644D;
}
.BgClassName
{
background-color: #68644D;
}
</style>
border-color css
<style>
span { border-color: #68644D; }
span { border-color: rgb(104,100,77); }
td.TdClassName
{
border-color: #68644D;
}
.TagClassName
{
border-color: #68644D;
}
</style>