Shades of Hemlock #68644B
Tints of Hemlock #68644B
RGB
CMYK
RGB Variations
Color information
#68644B (or 0x68644B) is known color: Hemlock. HEX triplet: 68, 64 and 4B. RGB value is (104,100,75). Sum of RGB (Red+Green+Blue) = 104+100+75=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68644B is #979BB4. Grayscale: #626262. Windows color (decimal): -9935797 or 4940904. OLE color: 4940904.
HSL color Cylindrical-coordinate representation of color #68644B: hue angle of 51.72º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68644B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 75 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.59 |
| HSL | 51.72º | 0.16% | 0.35% | - |
| HSV(B) | 51.72º | 0.28% | 0.41% | - |
| XYZ | 11.54 | 12.57 | 8.47 | - |
| YUV | 98.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 75 | 0 | 0.04 | 0.28 | 0.59 | 51.72 | 0.16 | 0.35 |
| Hex | 68 | 64 | 4B | 0 | 4 | 1C | 3B | 34 | 10 | 23 |
| Octal | 150 | 144 | 113 | 0 | 4 | 34 | 73 | 64 | 20 | 43 |
| Binary | 1101000 | 1100100 | 1001011 | 0 | 100 | 11100 | 111011 | 110100 | 10000 | 100011 |
Color Harmonies of #68644B
Complementary color
Monochromatic Colors of #68644B
Black with #68644B
Text Example
Text Example
White with #68644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68644B; }
p { color: rgb(104,100,75); }
H1.HeaderClassName
{
color: #68644B;
}
.AnyTagClassName
{
color: #68644B;
}
</style>
background-color css
<style>
a { background-color: #68644B; }
a { background-color: rgb(104,100,75); }
div.DivClassName
{
background-color: #68644B;
}
.BgClassName
{
background-color: #68644B;
}
</style>
border-color css
<style>
span { border-color: #68644B; }
span { border-color: rgb(104,100,75); }
td.TdClassName
{
border-color: #68644B;
}
.TagClassName
{
border-color: #68644B;
}
</style>