Shades of Hemlock #68664D
Tints of Hemlock #68664D
RGB
CMYK
RGB Variations
Color information
#68664D (or 0x68664D) is known color: Hemlock. HEX triplet: 68, 66 and 4D. RGB value is (104,102,77). Sum of RGB (Red+Green+Blue) = 104+102+77=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68664D is #9799B2. Grayscale: #636363. Windows color (decimal): -9935283 or 5072488. OLE color: 5072488.
HSL color Cylindrical-coordinate representation of color #68664D: hue angle of 55.56º 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 #68664D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 77 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.59 |
| HSL | 55.56º | 0.15% | 0.35% | - |
| HSV(B) | 55.56º | 0.26% | 0.41% | - |
| XYZ | 11.8 | 12.98 | 8.9 | - |
| YUV | 99.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 77 | 0 | 0.02 | 0.26 | 0.59 | 55.56 | 0.15 | 0.35 |
| Hex | 68 | 66 | 4D | 0 | 2 | 1A | 3B | 38 | F | 23 |
| Octal | 150 | 146 | 115 | 0 | 2 | 32 | 73 | 70 | 17 | 43 |
| Binary | 1101000 | 1100110 | 1001101 | 0 | 10 | 11010 | 111011 | 111000 | 1111 | 100011 |
Color Harmonies of #68664D
Complementary color
Monochromatic Colors of #68664D
Black with #68664D
Text Example
Text Example
White with #68664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68664D; }
p { color: rgb(104,102,77); }
H1.HeaderClassName
{
color: #68664D;
}
.AnyTagClassName
{
color: #68664D;
}
</style>
background-color css
<style>
a { background-color: #68664D; }
a { background-color: rgb(104,102,77); }
div.DivClassName
{
background-color: #68664D;
}
.BgClassName
{
background-color: #68664D;
}
</style>
border-color css
<style>
span { border-color: #68664D; }
span { border-color: rgb(104,102,77); }
td.TdClassName
{
border-color: #68664D;
}
.TagClassName
{
border-color: #68664D;
}
</style>