Shades of Hemlock #6C6947
Tints of Hemlock #6C6947
RGB
CMYK
RGB Variations
Color information
#6C6947 (or 0x6C6947) is known color: Hemlock. HEX triplet: 6C, 69 and 47. RGB value is (108,105,71). Sum of RGB (Red+Green+Blue) = 108+105+71=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6947 is #9396B8. Grayscale: #666666. Windows color (decimal): -9672377 or 4680044. OLE color: 4680044.
HSL color Cylindrical-coordinate representation of color #6C6947: hue angle of 55.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C6947 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 71 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.58 |
| HSL | 55.14º | 0.21% | 0.35% | - |
| HSV(B) | 55.14º | 0.34% | 0.42% | - |
| XYZ | 12.37 | 13.75 | 7.96 | - |
| YUV | 102.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 71 | 0 | 0.03 | 0.34 | 0.58 | 55.14 | 0.21 | 0.35 |
| Hex | 6C | 69 | 47 | 0 | 3 | 22 | 3A | 37 | 15 | 23 |
| Octal | 154 | 151 | 107 | 0 | 3 | 42 | 72 | 67 | 25 | 43 |
| Binary | 1101100 | 1101001 | 1000111 | 0 | 11 | 100010 | 111010 | 110111 | 10101 | 100011 |
Color Harmonies of #6C6947
Complementary color
Monochromatic Colors of #6C6947
Black with #6C6947
Text Example
Text Example
White with #6C6947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6947; }
p { color: rgb(108,105,71); }
H1.HeaderClassName
{
color: #6C6947;
}
.AnyTagClassName
{
color: #6C6947;
}
</style>
background-color css
<style>
a { background-color: #6C6947; }
a { background-color: rgb(108,105,71); }
div.DivClassName
{
background-color: #6C6947;
}
.BgClassName
{
background-color: #6C6947;
}
</style>
border-color css
<style>
span { border-color: #6C6947; }
span { border-color: rgb(108,105,71); }
td.TdClassName
{
border-color: #6C6947;
}
.TagClassName
{
border-color: #6C6947;
}
</style>