Shades of Hemlock #68694D
Tints of Hemlock #68694D
RGB
CMYK
RGB Variations
Color information
#68694D (or 0x68694D) is known color: Hemlock. HEX triplet: 68, 69 and 4D. RGB value is (104,105,77). Sum of RGB (Red+Green+Blue) = 104+105+77=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #68694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68694D is #9796B2. Grayscale: #656565. Windows color (decimal): -9934515 or 5073256. OLE color: 5073256.
HSL color Cylindrical-coordinate representation of color #68694D: hue angle of 62.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68694D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 77 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.59 |
| HSL | 62.14º | 0.15% | 0.36% | - |
| HSV(B) | 62.14º | 0.27% | 0.41% | - |
| XYZ | 12.1 | 13.58 | 9.01 | - |
| YUV | 101.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 77 | 0.01 | 0 | 0.27 | 0.59 | 62.14 | 0.15 | 0.36 |
| Hex | 68 | 69 | 4D | 1 | 0 | 1B | 3B | 3E | F | 24 |
| Octal | 150 | 151 | 115 | 1 | 0 | 33 | 73 | 76 | 17 | 44 |
| Binary | 1101000 | 1101001 | 1001101 | 1 | 0 | 11011 | 111011 | 111110 | 1111 | 100100 |
Color Harmonies of #68694D
Complementary color
Monochromatic Colors of #68694D
Black with #68694D
Text Example
Text Example
White with #68694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68694D; }
p { color: rgb(104,105,77); }
H1.HeaderClassName
{
color: #68694D;
}
.AnyTagClassName
{
color: #68694D;
}
</style>
background-color css
<style>
a { background-color: #68694D; }
a { background-color: rgb(104,105,77); }
div.DivClassName
{
background-color: #68694D;
}
.BgClassName
{
background-color: #68694D;
}
</style>
border-color css
<style>
span { border-color: #68694D; }
span { border-color: rgb(104,105,77); }
td.TdClassName
{
border-color: #68694D;
}
.TagClassName
{
border-color: #68694D;
}
</style>