Shades of Hemlock #6D6B54
Tints of Hemlock #6D6B54
RGB
CMYK
RGB Variations
Color information
#6D6B54 (or 0x6D6B54) is known color: Hemlock. HEX triplet: 6D, 6B and 54. RGB value is (109,107,84). Sum of RGB (Red+Green+Blue) = 109+107+84=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B54 is #9294AB. Grayscale: #696969. Windows color (decimal): -9606316 or 5532525. OLE color: 5532525.
HSL color Cylindrical-coordinate representation of color #6D6B54: hue angle of 55.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D6B54 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 84 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.57 |
| HSL | 55.2º | 0.13% | 0.38% | - |
| HSV(B) | 55.2º | 0.23% | 0.43% | - |
| XYZ | 13.16 | 14.41 | 10.47 | - |
| YUV | 104.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 84 | 0 | 0.02 | 0.23 | 0.57 | 55.2 | 0.13 | 0.38 |
| Hex | 6D | 6B | 54 | 0 | 2 | 17 | 39 | 37 | D | 26 |
| Octal | 155 | 153 | 124 | 0 | 2 | 27 | 71 | 67 | 15 | 46 |
| Binary | 1101101 | 1101011 | 1010100 | 0 | 10 | 10111 | 111001 | 110111 | 1101 | 100110 |
Color Harmonies of #6D6B54
Complementary color
Monochromatic Colors of #6D6B54
Black with #6D6B54
Text Example
Text Example
White with #6D6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B54; }
p { color: rgb(109,107,84); }
H1.HeaderClassName
{
color: #6D6B54;
}
.AnyTagClassName
{
color: #6D6B54;
}
</style>
background-color css
<style>
a { background-color: #6D6B54; }
a { background-color: rgb(109,107,84); }
div.DivClassName
{
background-color: #6D6B54;
}
.BgClassName
{
background-color: #6D6B54;
}
</style>
border-color css
<style>
span { border-color: #6D6B54; }
span { border-color: rgb(109,107,84); }
td.TdClassName
{
border-color: #6D6B54;
}
.TagClassName
{
border-color: #6D6B54;
}
</style>