Shades of Hemlock #68664E
Tints of Hemlock #68664E
RGB
CMYK
RGB Variations
Color information
#68664E (or 0x68664E) is known color: Hemlock. HEX triplet: 68, 66 and 4E. RGB value is (104,102,78). Sum of RGB (Red+Green+Blue) = 104+102+78=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68664E is #9799B1. Grayscale: #636363. Windows color (decimal): -9935282 or 5138024. OLE color: 5138024.
HSL color Cylindrical-coordinate representation of color #68664E: hue angle of 55.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68664E is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 78 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.59 |
| HSL | 55.38º | 0.14% | 0.36% | - |
| HSV(B) | 55.38º | 0.25% | 0.41% | - |
| XYZ | 11.84 | 13 | 9.09 | - |
| YUV | 99.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 78 | 0 | 0.02 | 0.25 | 0.59 | 55.38 | 0.14 | 0.36 |
| Hex | 68 | 66 | 4E | 0 | 2 | 19 | 3B | 37 | E | 24 |
| Octal | 150 | 146 | 116 | 0 | 2 | 31 | 73 | 67 | 16 | 44 |
| Binary | 1101000 | 1100110 | 1001110 | 0 | 10 | 11001 | 111011 | 110111 | 1110 | 100100 |
Color Harmonies of #68664E
Complementary color
Monochromatic Colors of #68664E
Black with #68664E
Text Example
Text Example
White with #68664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68664E; }
p { color: rgb(104,102,78); }
H1.HeaderClassName
{
color: #68664E;
}
.AnyTagClassName
{
color: #68664E;
}
</style>
background-color css
<style>
a { background-color: #68664E; }
a { background-color: rgb(104,102,78); }
div.DivClassName
{
background-color: #68664E;
}
.BgClassName
{
background-color: #68664E;
}
</style>
border-color css
<style>
span { border-color: #68664E; }
span { border-color: rgb(104,102,78); }
td.TdClassName
{
border-color: #68664E;
}
.TagClassName
{
border-color: #68664E;
}
</style>