Shades of Hemlock #68694A
Tints of Hemlock #68694A
RGB
CMYK
RGB Variations
Color information
#68694A (or 0x68694A) is known color: Hemlock. HEX triplet: 68, 69 and 4A. RGB value is (104,105,74). Sum of RGB (Red+Green+Blue) = 104+105+74=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #68694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68694A is #9796B5. Grayscale: #656565. Windows color (decimal): -9934518 or 4876648. OLE color: 4876648.
HSL color Cylindrical-coordinate representation of color #68694A: hue angle of 61.94º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68694A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 74 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.59 |
| HSL | 61.94º | 0.17% | 0.35% | - |
| HSV(B) | 61.94º | 0.3% | 0.41% | - |
| XYZ | 12 | 13.54 | 8.46 | - |
| YUV | 101.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 74 | 0.01 | 0 | 0.30 | 0.59 | 61.94 | 0.17 | 0.35 |
| Hex | 68 | 69 | 4A | 1 | 0 | 1E | 3B | 3E | 11 | 23 |
| Octal | 150 | 151 | 112 | 1 | 0 | 36 | 73 | 76 | 21 | 43 |
| Binary | 1101000 | 1101001 | 1001010 | 1 | 0 | 11110 | 111011 | 111110 | 10001 | 100011 |
Color Harmonies of #68694A
Complementary color
Monochromatic Colors of #68694A
Black with #68694A
Text Example
Text Example
White with #68694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68694A; }
p { color: rgb(104,105,74); }
H1.HeaderClassName
{
color: #68694A;
}
.AnyTagClassName
{
color: #68694A;
}
</style>
background-color css
<style>
a { background-color: #68694A; }
a { background-color: rgb(104,105,74); }
div.DivClassName
{
background-color: #68694A;
}
.BgClassName
{
background-color: #68694A;
}
</style>
border-color css
<style>
span { border-color: #68694A; }
span { border-color: rgb(104,105,74); }
td.TdClassName
{
border-color: #68694A;
}
.TagClassName
{
border-color: #68694A;
}
</style>