Shades of Hemlock #6D6945
Tints of Hemlock #6D6945
RGB
CMYK
RGB Variations
Color information
#6D6945 (or 0x6D6945) is known color: Hemlock. HEX triplet: 6D, 69 and 45. RGB value is (109,105,69). Sum of RGB (Red+Green+Blue) = 109+105+69=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6945 is #9296BA. Grayscale: #666666. Windows color (decimal): -9606843 or 4548973. OLE color: 4548973.
HSL color Cylindrical-coordinate representation of color #6D6945: hue angle of 54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D6945 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 69 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.57 |
| HSL | 54º | 0.22% | 0.35% | - |
| HSV(B) | 54º | 0.37% | 0.43% | - |
| XYZ | 12.43 | 13.78 | 7.64 | - |
| YUV | 102.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 69 | 0 | 0.04 | 0.37 | 0.57 | 54 | 0.22 | 0.35 |
| Hex | 6D | 69 | 45 | 0 | 4 | 25 | 39 | 36 | 16 | 23 |
| Octal | 155 | 151 | 105 | 0 | 4 | 45 | 71 | 66 | 26 | 43 |
| Binary | 1101101 | 1101001 | 1000101 | 0 | 100 | 100101 | 111001 | 110110 | 10110 | 100011 |
Color Harmonies of #6D6945
Complementary color
Monochromatic Colors of #6D6945
Black with #6D6945
Text Example
Text Example
White with #6D6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6945; }
p { color: rgb(109,105,69); }
H1.HeaderClassName
{
color: #6D6945;
}
.AnyTagClassName
{
color: #6D6945;
}
</style>
background-color css
<style>
a { background-color: #6D6945; }
a { background-color: rgb(109,105,69); }
div.DivClassName
{
background-color: #6D6945;
}
.BgClassName
{
background-color: #6D6945;
}
</style>
border-color css
<style>
span { border-color: #6D6945; }
span { border-color: rgb(109,105,69); }
td.TdClassName
{
border-color: #6D6945;
}
.TagClassName
{
border-color: #6D6945;
}
</style>