Shades of Hemlock #6D6C3F
Tints of Hemlock #6D6C3F
RGB
CMYK
RGB Variations
Color information
#6D6C3F (or 0x6D6C3F) is known color: Hemlock. HEX triplet: 6D, 6C and 3F. RGB value is (109,108,63). Sum of RGB (Red+Green+Blue) = 109+108+63=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C3F is #9293C0. Grayscale: #676767. Windows color (decimal): -9606081 or 4156525. OLE color: 4156525.
HSL color Cylindrical-coordinate representation of color #6D6C3F: hue angle of 58.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D6C3F is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 63 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.57 |
| HSL | 58.7º | 0.27% | 0.34% | - |
| HSV(B) | 58.7º | 0.42% | 0.43% | - |
| XYZ | 12.57 | 14.34 | 6.81 | - |
| YUV | 103.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 63 | 0 | 0.01 | 0.42 | 0.57 | 58.7 | 0.27 | 0.34 |
| Hex | 6D | 6C | 3F | 0 | 1 | 2A | 39 | 3B | 1B | 22 |
| Octal | 155 | 154 | 77 | 0 | 1 | 52 | 71 | 73 | 33 | 42 |
| Binary | 1101101 | 1101100 | 111111 | 0 | 1 | 101010 | 111001 | 111011 | 11011 | 100010 |
Color Harmonies of #6D6C3F
Complementary color
Monochromatic Colors of #6D6C3F
Black with #6D6C3F
Text Example
Text Example
White with #6D6C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C3F; }
p { color: rgb(109,108,63); }
H1.HeaderClassName
{
color: #6D6C3F;
}
.AnyTagClassName
{
color: #6D6C3F;
}
</style>
background-color css
<style>
a { background-color: #6D6C3F; }
a { background-color: rgb(109,108,63); }
div.DivClassName
{
background-color: #6D6C3F;
}
.BgClassName
{
background-color: #6D6C3F;
}
</style>
border-color css
<style>
span { border-color: #6D6C3F; }
span { border-color: rgb(109,108,63); }
td.TdClassName
{
border-color: #6D6C3F;
}
.TagClassName
{
border-color: #6D6C3F;
}
</style>