Shades of Hemlock #68684A
Tints of Hemlock #68684A
RGB
CMYK
RGB Variations
Color information
#68684A (or 0x68684A) is known color: Hemlock. HEX triplet: 68, 68 and 4A. RGB value is (104,104,74). Sum of RGB (Red+Green+Blue) = 104+104+74=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68684A is #9797B5. Grayscale: #646464. Windows color (decimal): -9934774 or 4876392. OLE color: 4876392.
HSL color Cylindrical-coordinate representation of color #68684A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68684A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 74 | - |
| CMYK | 0 | 0 | 0.29 | 0.59 |
| HSL | 60º | 0.17% | 0.35% | - |
| HSV(B) | 60º | 0.29% | 0.41% | - |
| XYZ | 11.9 | 13.34 | 8.43 | - |
| YUV | 100.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 74 | 0 | 0 | 0.29 | 0.59 | 60 | 0.17 | 0.35 |
| Hex | 68 | 68 | 4A | 0 | 0 | 1D | 3B | 3C | 11 | 23 |
| Octal | 150 | 150 | 112 | 0 | 0 | 35 | 73 | 74 | 21 | 43 |
| Binary | 1101000 | 1101000 | 1001010 | 0 | 0 | 11101 | 111011 | 111100 | 10001 | 100011 |
Color Harmonies of #68684A
Complementary color
Monochromatic Colors of #68684A
Black with #68684A
Text Example
Text Example
White with #68684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68684A; }
p { color: rgb(104,104,74); }
H1.HeaderClassName
{
color: #68684A;
}
.AnyTagClassName
{
color: #68684A;
}
</style>
background-color css
<style>
a { background-color: #68684A; }
a { background-color: rgb(104,104,74); }
div.DivClassName
{
background-color: #68684A;
}
.BgClassName
{
background-color: #68684A;
}
</style>
border-color css
<style>
span { border-color: #68684A; }
span { border-color: rgb(104,104,74); }
td.TdClassName
{
border-color: #68684A;
}
.TagClassName
{
border-color: #68684A;
}
</style>