Shades of Hemlock #6D6947
Tints of Hemlock #6D6947
RGB
CMYK
RGB Variations
Color information
#6D6947 (or 0x6D6947) is known color: Hemlock. HEX triplet: 6D, 69 and 47. RGB value is (109,105,71). Sum of RGB (Red+Green+Blue) = 109+105+71=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6947 is #9296B8. Grayscale: #666666. Windows color (decimal): -9606841 or 4680045. OLE color: 4680045.
HSL color Cylindrical-coordinate representation of color #6D6947: hue angle of 53.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D6947 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 71 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.57 |
| HSL | 53.68º | 0.21% | 0.35% | - |
| HSV(B) | 53.68º | 0.35% | 0.43% | - |
| XYZ | 12.5 | 13.81 | 7.97 | - |
| YUV | 102.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 71 | 0 | 0.04 | 0.35 | 0.57 | 53.68 | 0.21 | 0.35 |
| Hex | 6D | 69 | 47 | 0 | 4 | 23 | 39 | 36 | 15 | 23 |
| Octal | 155 | 151 | 107 | 0 | 4 | 43 | 71 | 66 | 25 | 43 |
| Binary | 1101101 | 1101001 | 1000111 | 0 | 100 | 100011 | 111001 | 110110 | 10101 | 100011 |
Color Harmonies of #6D6947
Complementary color
Monochromatic Colors of #6D6947
Black with #6D6947
Text Example
Text Example
White with #6D6947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6947; }
p { color: rgb(109,105,71); }
H1.HeaderClassName
{
color: #6D6947;
}
.AnyTagClassName
{
color: #6D6947;
}
</style>
background-color css
<style>
a { background-color: #6D6947; }
a { background-color: rgb(109,105,71); }
div.DivClassName
{
background-color: #6D6947;
}
.BgClassName
{
background-color: #6D6947;
}
</style>
border-color css
<style>
span { border-color: #6D6947; }
span { border-color: rgb(109,105,71); }
td.TdClassName
{
border-color: #6D6947;
}
.TagClassName
{
border-color: #6D6947;
}
</style>