Shades of Hemlock #6D703C
Tints of Hemlock #6D703C
RGB
CMYK
RGB Variations
Color information
#6D703C (or 0x6D703C) is known color: Hemlock. HEX triplet: 6D, 70 and 3C. RGB value is (109,112,60). Sum of RGB (Red+Green+Blue) = 109+112+60=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #6D703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D703C is #928FC3. Grayscale: #696969. Windows color (decimal): -9605060 or 3960941. OLE color: 3960941.
HSL color Cylindrical-coordinate representation of color #6D703C: hue angle of 63.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D703C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 60 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.56 |
| HSL | 63.46º | 0.3% | 0.34% | - |
| HSV(B) | 63.46º | 0.46% | 0.44% | - |
| XYZ | 12.92 | 15.17 | 6.52 | - |
| YUV | 105.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 60 | 0.03 | 0 | 0.46 | 0.56 | 63.46 | 0.3 | 0.34 |
| Hex | 6D | 70 | 3C | 3 | 0 | 2E | 38 | 3F | 1E | 22 |
| Octal | 155 | 160 | 74 | 3 | 0 | 56 | 70 | 77 | 36 | 42 |
| Binary | 1101101 | 1110000 | 111100 | 11 | 0 | 101110 | 111000 | 111111 | 11110 | 100010 |
Color Harmonies of #6D703C
Complementary color
Monochromatic Colors of #6D703C
Black with #6D703C
Text Example
Text Example
White with #6D703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D703C; }
p { color: rgb(109,112,60); }
H1.HeaderClassName
{
color: #6D703C;
}
.AnyTagClassName
{
color: #6D703C;
}
</style>
background-color css
<style>
a { background-color: #6D703C; }
a { background-color: rgb(109,112,60); }
div.DivClassName
{
background-color: #6D703C;
}
.BgClassName
{
background-color: #6D703C;
}
</style>
border-color css
<style>
span { border-color: #6D703C; }
span { border-color: rgb(109,112,60); }
td.TdClassName
{
border-color: #6D703C;
}
.TagClassName
{
border-color: #6D703C;
}
</style>