Shades of Hemlock #6D6B51
Tints of Hemlock #6D6B51
RGB
CMYK
RGB Variations
Color information
#6D6B51 (or 0x6D6B51) is known color: Hemlock. HEX triplet: 6D, 6B and 51. RGB value is (109,107,81). Sum of RGB (Red+Green+Blue) = 109+107+81=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B51 is #9294AE. Grayscale: #686868. Windows color (decimal): -9606319 or 5335917. OLE color: 5335917.
HSL color Cylindrical-coordinate representation of color #6D6B51: hue angle of 55.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6B51 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 81 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.57 |
| HSL | 55.71º | 0.15% | 0.37% | - |
| HSV(B) | 55.71º | 0.26% | 0.43% | - |
| XYZ | 13.05 | 14.36 | 9.87 | - |
| YUV | 104.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 81 | 0 | 0.02 | 0.26 | 0.57 | 55.71 | 0.15 | 0.37 |
| Hex | 6D | 6B | 51 | 0 | 2 | 1A | 39 | 38 | F | 25 |
| Octal | 155 | 153 | 121 | 0 | 2 | 32 | 71 | 70 | 17 | 45 |
| Binary | 1101101 | 1101011 | 1010001 | 0 | 10 | 11010 | 111001 | 111000 | 1111 | 100101 |
Color Harmonies of #6D6B51
Complementary color
Monochromatic Colors of #6D6B51
Black with #6D6B51
Text Example
Text Example
White with #6D6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B51; }
p { color: rgb(109,107,81); }
H1.HeaderClassName
{
color: #6D6B51;
}
.AnyTagClassName
{
color: #6D6B51;
}
</style>
background-color css
<style>
a { background-color: #6D6B51; }
a { background-color: rgb(109,107,81); }
div.DivClassName
{
background-color: #6D6B51;
}
.BgClassName
{
background-color: #6D6B51;
}
</style>
border-color css
<style>
span { border-color: #6D6B51; }
span { border-color: rgb(109,107,81); }
td.TdClassName
{
border-color: #6D6B51;
}
.TagClassName
{
border-color: #6D6B51;
}
</style>