Shades of Hemlock #6D6C44
Tints of Hemlock #6D6C44
RGB
CMYK
RGB Variations
Color information
#6D6C44 (or 0x6D6C44) is known color: Hemlock. HEX triplet: 6D, 6C and 44. RGB value is (109,108,68). Sum of RGB (Red+Green+Blue) = 109+108+68=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C44 is #9293BB. Grayscale: #676767. Windows color (decimal): -9606076 or 4484205. OLE color: 4484205.
HSL color Cylindrical-coordinate representation of color #6D6C44: hue angle of 58.54º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D6C44 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 68 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.57 |
| HSL | 58.54º | 0.23% | 0.35% | - |
| HSV(B) | 58.54º | 0.38% | 0.43% | - |
| XYZ | 12.71 | 14.39 | 7.58 | - |
| YUV | 103.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 68 | 0 | 0.01 | 0.38 | 0.57 | 58.54 | 0.23 | 0.35 |
| Hex | 6D | 6C | 44 | 0 | 1 | 26 | 39 | 3B | 17 | 23 |
| Octal | 155 | 154 | 104 | 0 | 1 | 46 | 71 | 73 | 27 | 43 |
| Binary | 1101101 | 1101100 | 1000100 | 0 | 1 | 100110 | 111001 | 111011 | 10111 | 100011 |
Color Harmonies of #6D6C44
Complementary color
Monochromatic Colors of #6D6C44
Black with #6D6C44
Text Example
Text Example
White with #6D6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C44; }
p { color: rgb(109,108,68); }
H1.HeaderClassName
{
color: #6D6C44;
}
.AnyTagClassName
{
color: #6D6C44;
}
</style>
background-color css
<style>
a { background-color: #6D6C44; }
a { background-color: rgb(109,108,68); }
div.DivClassName
{
background-color: #6D6C44;
}
.BgClassName
{
background-color: #6D6C44;
}
</style>
border-color css
<style>
span { border-color: #6D6C44; }
span { border-color: rgb(109,108,68); }
td.TdClassName
{
border-color: #6D6C44;
}
.TagClassName
{
border-color: #6D6C44;
}
</style>