Shades of Hemlock #6D6A47
Tints of Hemlock #6D6A47
RGB
CMYK
RGB Variations
Color information
#6D6A47 (or 0x6D6A47) is known color: Hemlock. HEX triplet: 6D, 6A and 47. RGB value is (109,106,71). Sum of RGB (Red+Green+Blue) = 109+106+71=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A47 is #9295B8. Grayscale: #676767. Windows color (decimal): -9606585 or 4680301. OLE color: 4680301.
HSL color Cylindrical-coordinate representation of color #6D6A47: hue angle of 55.26º 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 #6D6A47 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 71 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.57 |
| HSL | 55.26º | 0.21% | 0.35% | - |
| HSV(B) | 55.26º | 0.35% | 0.43% | - |
| XYZ | 12.6 | 14.01 | 8 | - |
| YUV | 102.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 71 | 0 | 0.03 | 0.35 | 0.57 | 55.26 | 0.21 | 0.35 |
| Hex | 6D | 6A | 47 | 0 | 3 | 23 | 39 | 37 | 15 | 23 |
| Octal | 155 | 152 | 107 | 0 | 3 | 43 | 71 | 67 | 25 | 43 |
| Binary | 1101101 | 1101010 | 1000111 | 0 | 11 | 100011 | 111001 | 110111 | 10101 | 100011 |
Color Harmonies of #6D6A47
Complementary color
Monochromatic Colors of #6D6A47
Black with #6D6A47
Text Example
Text Example
White with #6D6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A47; }
p { color: rgb(109,106,71); }
H1.HeaderClassName
{
color: #6D6A47;
}
.AnyTagClassName
{
color: #6D6A47;
}
</style>
background-color css
<style>
a { background-color: #6D6A47; }
a { background-color: rgb(109,106,71); }
div.DivClassName
{
background-color: #6D6A47;
}
.BgClassName
{
background-color: #6D6A47;
}
</style>
border-color css
<style>
span { border-color: #6D6A47; }
span { border-color: rgb(109,106,71); }
td.TdClassName
{
border-color: #6D6A47;
}
.TagClassName
{
border-color: #6D6A47;
}
</style>