Shades of Hemlock #6B6D3F
Tints of Hemlock #6B6D3F
RGB
CMYK
RGB Variations
Color information
#6B6D3F (or 0x6B6D3F) is known color: Hemlock. HEX triplet: 6B, 6D and 3F. RGB value is (107,109,63). Sum of RGB (Red+Green+Blue) = 107+109+63=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D3F is #9492C0. Grayscale: #676767. Windows color (decimal): -9736897 or 4156779. OLE color: 4156779.
HSL color Cylindrical-coordinate representation of color #6B6D3F: hue angle of 62.61º 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 #6B6D3F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 63 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.57 |
| HSL | 62.61º | 0.27% | 0.34% | - |
| HSV(B) | 62.61º | 0.42% | 0.43% | - |
| XYZ | 12.43 | 14.42 | 6.83 | - |
| YUV | 103.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 63 | 0.02 | 0 | 0.42 | 0.57 | 62.61 | 0.27 | 0.34 |
| Hex | 6B | 6D | 3F | 2 | 0 | 2A | 39 | 3F | 1B | 22 |
| Octal | 153 | 155 | 77 | 2 | 0 | 52 | 71 | 77 | 33 | 42 |
| Binary | 1101011 | 1101101 | 111111 | 10 | 0 | 101010 | 111001 | 111111 | 11011 | 100010 |
Color Harmonies of #6B6D3F
Complementary color
Monochromatic Colors of #6B6D3F
Black with #6B6D3F
Text Example
Text Example
White with #6B6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D3F; }
p { color: rgb(107,109,63); }
H1.HeaderClassName
{
color: #6B6D3F;
}
.AnyTagClassName
{
color: #6B6D3F;
}
</style>
background-color css
<style>
a { background-color: #6B6D3F; }
a { background-color: rgb(107,109,63); }
div.DivClassName
{
background-color: #6B6D3F;
}
.BgClassName
{
background-color: #6B6D3F;
}
</style>
border-color css
<style>
span { border-color: #6B6D3F; }
span { border-color: rgb(107,109,63); }
td.TdClassName
{
border-color: #6B6D3F;
}
.TagClassName
{
border-color: #6B6D3F;
}
</style>