Shades of Hemlock #6C6F41
Tints of Hemlock #6C6F41
RGB
CMYK
RGB Variations
Color information
#6C6F41 (or 0x6C6F41) is known color: Hemlock. HEX triplet: 6C, 6F and 41. RGB value is (108,111,65). Sum of RGB (Red+Green+Blue) = 108+111+65=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F41 is #9390BE. Grayscale: #696969. Windows color (decimal): -9670847 or 4288364. OLE color: 4288364.
HSL color Cylindrical-coordinate representation of color #6C6F41: hue angle of 63.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C6F41 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 65 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.56 |
| HSL | 63.91º | 0.26% | 0.35% | - |
| HSV(B) | 63.91º | 0.41% | 0.44% | - |
| XYZ | 12.82 | 14.94 | 7.21 | - |
| YUV | 104.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 65 | 0.03 | 0 | 0.41 | 0.56 | 63.91 | 0.26 | 0.35 |
| Hex | 6C | 6F | 41 | 3 | 0 | 29 | 38 | 40 | 1A | 23 |
| Octal | 154 | 157 | 101 | 3 | 0 | 51 | 70 | 100 | 32 | 43 |
| Binary | 1101100 | 1101111 | 1000001 | 11 | 0 | 101001 | 111000 | 1000000 | 11010 | 100011 |
Color Harmonies of #6C6F41
Complementary color
Monochromatic Colors of #6C6F41
Black with #6C6F41
Text Example
Text Example
White with #6C6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F41; }
p { color: rgb(108,111,65); }
H1.HeaderClassName
{
color: #6C6F41;
}
.AnyTagClassName
{
color: #6C6F41;
}
</style>
background-color css
<style>
a { background-color: #6C6F41; }
a { background-color: rgb(108,111,65); }
div.DivClassName
{
background-color: #6C6F41;
}
.BgClassName
{
background-color: #6C6F41;
}
</style>
border-color css
<style>
span { border-color: #6C6F41; }
span { border-color: rgb(108,111,65); }
td.TdClassName
{
border-color: #6C6F41;
}
.TagClassName
{
border-color: #6C6F41;
}
</style>