Shades of Hemlock #6D703F
Tints of Hemlock #6D703F
RGB
CMYK
RGB Variations
Color information
#6D703F (or 0x6D703F) is known color: Hemlock. HEX triplet: 6D, 70 and 3F. RGB value is (109,112,63). Sum of RGB (Red+Green+Blue) = 109+112+63=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6D703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D703F is #928FC0. Grayscale: #696969. Windows color (decimal): -9605057 or 4157549. OLE color: 4157549.
HSL color Cylindrical-coordinate representation of color #6D703F: hue angle of 63.67º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D703F is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 63 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.56 |
| HSL | 63.67º | 0.28% | 0.34% | - |
| HSV(B) | 63.67º | 0.44% | 0.44% | - |
| XYZ | 13 | 15.2 | 6.95 | - |
| YUV | 105.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 63 | 0.03 | 0 | 0.44 | 0.56 | 63.67 | 0.28 | 0.34 |
| Hex | 6D | 70 | 3F | 3 | 0 | 2C | 38 | 40 | 1C | 22 |
| Octal | 155 | 160 | 77 | 3 | 0 | 54 | 70 | 100 | 34 | 42 |
| Binary | 1101101 | 1110000 | 111111 | 11 | 0 | 101100 | 111000 | 1000000 | 11100 | 100010 |
Color Harmonies of #6D703F
Complementary color
Monochromatic Colors of #6D703F
Black with #6D703F
Text Example
Text Example
White with #6D703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D703F; }
p { color: rgb(109,112,63); }
H1.HeaderClassName
{
color: #6D703F;
}
.AnyTagClassName
{
color: #6D703F;
}
</style>
background-color css
<style>
a { background-color: #6D703F; }
a { background-color: rgb(109,112,63); }
div.DivClassName
{
background-color: #6D703F;
}
.BgClassName
{
background-color: #6D703F;
}
</style>
border-color css
<style>
span { border-color: #6D703F; }
span { border-color: rgb(109,112,63); }
td.TdClassName
{
border-color: #6D703F;
}
.TagClassName
{
border-color: #6D703F;
}
</style>