Shades of Hemlock #6D6F3B
Tints of Hemlock #6D6F3B
RGB
CMYK
RGB Variations
Color information
#6D6F3B (or 0x6D6F3B) is known color: Hemlock. HEX triplet: 6D, 6F and 3B. RGB value is (109,111,59). Sum of RGB (Red+Green+Blue) = 109+111+59=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F3B is #9290C4. Grayscale: #686868. Windows color (decimal): -9605317 or 3895149. OLE color: 3895149.
HSL color Cylindrical-coordinate representation of color #6D6F3B: hue angle of 62.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6F3B is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 111 | 59 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.56 |
| HSL | 62.31º | 0.31% | 0.33% | - |
| HSV(B) | 62.31º | 0.47% | 0.44% | - |
| XYZ | 12.78 | 14.94 | 6.35 | - |
| YUV | 104.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 59 | 0.02 | 0 | 0.47 | 0.56 | 62.31 | 0.31 | 0.33 |
| Hex | 6D | 6F | 3B | 2 | 0 | 2F | 38 | 3E | 1F | 21 |
| Octal | 155 | 157 | 73 | 2 | 0 | 57 | 70 | 76 | 37 | 41 |
| Binary | 1101101 | 1101111 | 111011 | 10 | 0 | 101111 | 111000 | 111110 | 11111 | 100001 |
Color Harmonies of #6D6F3B
Complementary color
Monochromatic Colors of #6D6F3B
Black with #6D6F3B
Text Example
Text Example
White with #6D6F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6F3B; }
p { color: rgb(109,111,59); }
H1.HeaderClassName
{
color: #6D6F3B;
}
.AnyTagClassName
{
color: #6D6F3B;
}
</style>
background-color css
<style>
a { background-color: #6D6F3B; }
a { background-color: rgb(109,111,59); }
div.DivClassName
{
background-color: #6D6F3B;
}
.BgClassName
{
background-color: #6D6F3B;
}
</style>
border-color css
<style>
span { border-color: #6D6F3B; }
span { border-color: rgb(109,111,59); }
td.TdClassName
{
border-color: #6D6F3B;
}
.TagClassName
{
border-color: #6D6F3B;
}
</style>