Shades of Hemlock #68684D
Tints of Hemlock #68684D
RGB
CMYK
RGB Variations
Color information
#68684D (or 0x68684D) is known color: Hemlock. HEX triplet: 68, 68 and 4D. RGB value is (104,104,77). Sum of RGB (Red+Green+Blue) = 104+104+77=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68684D is #9797B2. Grayscale: #656565. Windows color (decimal): -9934771 or 5073000. OLE color: 5073000.
HSL color Cylindrical-coordinate representation of color #68684D: hue angle of 60º 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 #68684D is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 77 | - |
| CMYK | 0 | 0 | 0.26 | 0.59 |
| HSL | 60º | 0.15% | 0.35% | - |
| HSV(B) | 60º | 0.26% | 0.41% | - |
| XYZ | 12 | 13.38 | 8.97 | - |
| YUV | 100.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 77 | 0 | 0 | 0.26 | 0.59 | 60 | 0.15 | 0.35 |
| Hex | 68 | 68 | 4D | 0 | 0 | 1A | 3B | 3C | F | 23 |
| Octal | 150 | 150 | 115 | 0 | 0 | 32 | 73 | 74 | 17 | 43 |
| Binary | 1101000 | 1101000 | 1001101 | 0 | 0 | 11010 | 111011 | 111100 | 1111 | 100011 |
Color Harmonies of #68684D
Complementary color
Monochromatic Colors of #68684D
Black with #68684D
Text Example
Text Example
White with #68684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68684D; }
p { color: rgb(104,104,77); }
H1.HeaderClassName
{
color: #68684D;
}
.AnyTagClassName
{
color: #68684D;
}
</style>
background-color css
<style>
a { background-color: #68684D; }
a { background-color: rgb(104,104,77); }
div.DivClassName
{
background-color: #68684D;
}
.BgClassName
{
background-color: #68684D;
}
</style>
border-color css
<style>
span { border-color: #68684D; }
span { border-color: rgb(104,104,77); }
td.TdClassName
{
border-color: #68684D;
}
.TagClassName
{
border-color: #68684D;
}
</style>