Shades of Hemlock #68644A
Tints of Hemlock #68644A
RGB
CMYK
RGB Variations
Color information
#68644A (or 0x68644A) is known color: Hemlock. HEX triplet: 68, 64 and 4A. RGB value is (104,100,74). Sum of RGB (Red+Green+Blue) = 104+100+74=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68644A is #979BB5. Grayscale: #626262. Windows color (decimal): -9935798 or 4875368. OLE color: 4875368.
HSL color Cylindrical-coordinate representation of color #68644A: hue angle of 52º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68644A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 74 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.59 |
| HSL | 52º | 0.17% | 0.35% | - |
| HSV(B) | 52º | 0.29% | 0.41% | - |
| XYZ | 11.5 | 12.55 | 8.3 | - |
| YUV | 98.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 74 | 0 | 0.04 | 0.29 | 0.59 | 52 | 0.17 | 0.35 |
| Hex | 68 | 64 | 4A | 0 | 4 | 1D | 3B | 34 | 11 | 23 |
| Octal | 150 | 144 | 112 | 0 | 4 | 35 | 73 | 64 | 21 | 43 |
| Binary | 1101000 | 1100100 | 1001010 | 0 | 100 | 11101 | 111011 | 110100 | 10001 | 100011 |
Color Harmonies of #68644A
Complementary color
Monochromatic Colors of #68644A
Black with #68644A
Text Example
Text Example
White with #68644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68644A; }
p { color: rgb(104,100,74); }
H1.HeaderClassName
{
color: #68644A;
}
.AnyTagClassName
{
color: #68644A;
}
</style>
background-color css
<style>
a { background-color: #68644A; }
a { background-color: rgb(104,100,74); }
div.DivClassName
{
background-color: #68644A;
}
.BgClassName
{
background-color: #68644A;
}
</style>
border-color css
<style>
span { border-color: #68644A; }
span { border-color: rgb(104,100,74); }
td.TdClassName
{
border-color: #68644A;
}
.TagClassName
{
border-color: #68644A;
}
</style>