Shades of Hemlock #6D6C56
Tints of Hemlock #6D6C56
RGB
CMYK
RGB Variations
Color information
#6D6C56 (or 0x6D6C56) is known color: Hemlock. HEX triplet: 6D, 6C and 56. RGB value is (109,108,86). Sum of RGB (Red+Green+Blue) = 109+108+86=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C56 is #9293A9. Grayscale: #696969. Windows color (decimal): -9606058 or 5663853. OLE color: 5663853.
HSL color Cylindrical-coordinate representation of color #6D6C56: hue angle of 57.39º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6C56 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 86 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.57 |
| HSL | 57.39º | 0.12% | 0.38% | - |
| HSV(B) | 57.39º | 0.21% | 0.43% | - |
| XYZ | 13.35 | 14.65 | 10.93 | - |
| YUV | 105.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 86 | 0 | 0.01 | 0.21 | 0.57 | 57.39 | 0.12 | 0.38 |
| Hex | 6D | 6C | 56 | 0 | 1 | 15 | 39 | 39 | C | 26 |
| Octal | 155 | 154 | 126 | 0 | 1 | 25 | 71 | 71 | 14 | 46 |
| Binary | 1101101 | 1101100 | 1010110 | 0 | 1 | 10101 | 111001 | 111001 | 1100 | 100110 |
Color Harmonies of #6D6C56
Complementary color
Monochromatic Colors of #6D6C56
Black with #6D6C56
Text Example
Text Example
White with #6D6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C56; }
p { color: rgb(109,108,86); }
H1.HeaderClassName
{
color: #6D6C56;
}
.AnyTagClassName
{
color: #6D6C56;
}
</style>
background-color css
<style>
a { background-color: #6D6C56; }
a { background-color: rgb(109,108,86); }
div.DivClassName
{
background-color: #6D6C56;
}
.BgClassName
{
background-color: #6D6C56;
}
</style>
border-color css
<style>
span { border-color: #6D6C56; }
span { border-color: rgb(109,108,86); }
td.TdClassName
{
border-color: #6D6C56;
}
.TagClassName
{
border-color: #6D6C56;
}
</style>