Shades of Hemlock #6C6B49
Tints of Hemlock #6C6B49
RGB
CMYK
RGB Variations
Color information
#6C6B49 (or 0x6C6B49) is known color: Hemlock. HEX triplet: 6C, 6B and 49. RGB value is (108,107,73). Sum of RGB (Red+Green+Blue) = 108+107+73=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6B49 is #9394B6. Grayscale: #676767. Windows color (decimal): -9671863 or 4811628. OLE color: 4811628.
HSL color Cylindrical-coordinate representation of color #6C6B49: hue angle of 58.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6B49 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 107 | 73 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.58 |
| HSL | 58.29º | 0.19% | 0.35% | - |
| HSV(B) | 58.29º | 0.32% | 0.42% | - |
| XYZ | 12.64 | 14.18 | 8.37 | - |
| YUV | 103.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 73 | 0 | 0.01 | 0.32 | 0.58 | 58.29 | 0.19 | 0.35 |
| Hex | 6C | 6B | 49 | 0 | 1 | 20 | 3A | 3A | 13 | 23 |
| Octal | 154 | 153 | 111 | 0 | 1 | 40 | 72 | 72 | 23 | 43 |
| Binary | 1101100 | 1101011 | 1001001 | 0 | 1 | 100000 | 111010 | 111010 | 10011 | 100011 |
Color Harmonies of #6C6B49
Complementary color
Monochromatic Colors of #6C6B49
Black with #6C6B49
Text Example
Text Example
White with #6C6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B49; }
p { color: rgb(108,107,73); }
H1.HeaderClassName
{
color: #6C6B49;
}
.AnyTagClassName
{
color: #6C6B49;
}
</style>
background-color css
<style>
a { background-color: #6C6B49; }
a { background-color: rgb(108,107,73); }
div.DivClassName
{
background-color: #6C6B49;
}
.BgClassName
{
background-color: #6C6B49;
}
</style>
border-color css
<style>
span { border-color: #6C6B49; }
span { border-color: rgb(108,107,73); }
td.TdClassName
{
border-color: #6C6B49;
}
.TagClassName
{
border-color: #6C6B49;
}
</style>