Shades of Hemlock #68654C
Tints of Hemlock #68654C
RGB
CMYK
RGB Variations
Color information
#68654C (or 0x68654C) is known color: Hemlock. HEX triplet: 68, 65 and 4C. RGB value is (104,101,76). Sum of RGB (Red+Green+Blue) = 104+101+76=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68654C is #979AB3. Grayscale: #636363. Windows color (decimal): -9935540 or 5006696. OLE color: 5006696.
HSL color Cylindrical-coordinate representation of color #68654C: hue angle of 53.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68654C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 76 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.59 |
| HSL | 53.57º | 0.16% | 0.35% | - |
| HSV(B) | 53.57º | 0.27% | 0.41% | - |
| XYZ | 11.67 | 12.77 | 8.69 | - |
| YUV | 99.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 76 | 0 | 0.03 | 0.27 | 0.59 | 53.57 | 0.16 | 0.35 |
| Hex | 68 | 65 | 4C | 0 | 3 | 1B | 3B | 36 | 10 | 23 |
| Octal | 150 | 145 | 114 | 0 | 3 | 33 | 73 | 66 | 20 | 43 |
| Binary | 1101000 | 1100101 | 1001100 | 0 | 11 | 11011 | 111011 | 110110 | 10000 | 100011 |
Color Harmonies of #68654C
Complementary color
Monochromatic Colors of #68654C
Black with #68654C
Text Example
Text Example
White with #68654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68654C; }
p { color: rgb(104,101,76); }
H1.HeaderClassName
{
color: #68654C;
}
.AnyTagClassName
{
color: #68654C;
}
</style>
background-color css
<style>
a { background-color: #68654C; }
a { background-color: rgb(104,101,76); }
div.DivClassName
{
background-color: #68654C;
}
.BgClassName
{
background-color: #68654C;
}
</style>
border-color css
<style>
span { border-color: #68654C; }
span { border-color: rgb(104,101,76); }
td.TdClassName
{
border-color: #68654C;
}
.TagClassName
{
border-color: #68654C;
}
</style>