Shades of Hemlock #6C6742
Tints of Hemlock #6C6742
RGB
CMYK
RGB Variations
Color information
#6C6742 (or 0x6C6742) is known color: Hemlock. HEX triplet: 6C, 67 and 42. RGB value is (108,103,66). Sum of RGB (Red+Green+Blue) = 108+103+66=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6742 is #9398BD. Grayscale: #646464. Windows color (decimal): -9672894 or 4351852. OLE color: 4351852.
HSL color Cylindrical-coordinate representation of color #6C6742: hue angle of 52.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C6742 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 103 | 66 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.58 |
| HSL | 52.86º | 0.24% | 0.34% | - |
| HSV(B) | 52.86º | 0.39% | 0.42% | - |
| XYZ | 12.02 | 13.28 | 7.08 | - |
| YUV | 100.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 66 | 0 | 0.05 | 0.39 | 0.58 | 52.86 | 0.24 | 0.34 |
| Hex | 6C | 67 | 42 | 0 | 5 | 27 | 3A | 35 | 18 | 22 |
| Octal | 154 | 147 | 102 | 0 | 5 | 47 | 72 | 65 | 30 | 42 |
| Binary | 1101100 | 1100111 | 1000010 | 0 | 101 | 100111 | 111010 | 110101 | 11000 | 100010 |
Color Harmonies of #6C6742
Complementary color
Monochromatic Colors of #6C6742
Black with #6C6742
Text Example
Text Example
White with #6C6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6742; }
p { color: rgb(108,103,66); }
H1.HeaderClassName
{
color: #6C6742;
}
.AnyTagClassName
{
color: #6C6742;
}
</style>
background-color css
<style>
a { background-color: #6C6742; }
a { background-color: rgb(108,103,66); }
div.DivClassName
{
background-color: #6C6742;
}
.BgClassName
{
background-color: #6C6742;
}
</style>
border-color css
<style>
span { border-color: #6C6742; }
span { border-color: rgb(108,103,66); }
td.TdClassName
{
border-color: #6C6742;
}
.TagClassName
{
border-color: #6C6742;
}
</style>