Shades of Hemlock #68694C
Tints of Hemlock #68694C
RGB
CMYK
RGB Variations
Color information
#68694C (or 0x68694C) is known color: Hemlock. HEX triplet: 68, 69 and 4C. RGB value is (104,105,76). Sum of RGB (Red+Green+Blue) = 104+105+76=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #68694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68694C is #9796B3. Grayscale: #656565. Windows color (decimal): -9934516 or 5007720. OLE color: 5007720.
HSL color Cylindrical-coordinate representation of color #68694C: hue angle of 62.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68694C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 76 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.59 |
| HSL | 62.07º | 0.16% | 0.35% | - |
| HSV(B) | 62.07º | 0.28% | 0.41% | - |
| XYZ | 12.07 | 13.57 | 8.82 | - |
| YUV | 101.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 76 | 0.01 | 0 | 0.28 | 0.59 | 62.07 | 0.16 | 0.35 |
| Hex | 68 | 69 | 4C | 1 | 0 | 1C | 3B | 3E | 10 | 23 |
| Octal | 150 | 151 | 114 | 1 | 0 | 34 | 73 | 76 | 20 | 43 |
| Binary | 1101000 | 1101001 | 1001100 | 1 | 0 | 11100 | 111011 | 111110 | 10000 | 100011 |
Color Harmonies of #68694C
Complementary color
Monochromatic Colors of #68694C
Black with #68694C
Text Example
Text Example
White with #68694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68694C; }
p { color: rgb(104,105,76); }
H1.HeaderClassName
{
color: #68694C;
}
.AnyTagClassName
{
color: #68694C;
}
</style>
background-color css
<style>
a { background-color: #68694C; }
a { background-color: rgb(104,105,76); }
div.DivClassName
{
background-color: #68694C;
}
.BgClassName
{
background-color: #68694C;
}
</style>
border-color css
<style>
span { border-color: #68694C; }
span { border-color: rgb(104,105,76); }
td.TdClassName
{
border-color: #68694C;
}
.TagClassName
{
border-color: #68694C;
}
</style>