Shades of Hemlock #6D694C
Tints of Hemlock #6D694C
RGB
CMYK
RGB Variations
Color information
#6D694C (or 0x6D694C) is known color: Hemlock. HEX triplet: 6D, 69 and 4C. RGB value is (109,105,76). Sum of RGB (Red+Green+Blue) = 109+105+76=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D694C is #9296B3. Grayscale: #676767. Windows color (decimal): -9606836 or 5007725. OLE color: 5007725.
HSL color Cylindrical-coordinate representation of color #6D694C: hue angle of 52.73º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D694C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 76 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.57 |
| HSL | 52.73º | 0.18% | 0.36% | - |
| HSV(B) | 52.73º | 0.3% | 0.43% | - |
| XYZ | 12.66 | 13.88 | 8.85 | - |
| YUV | 102.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 76 | 0 | 0.04 | 0.30 | 0.57 | 52.73 | 0.18 | 0.36 |
| Hex | 6D | 69 | 4C | 0 | 4 | 1E | 39 | 35 | 12 | 24 |
| Octal | 155 | 151 | 114 | 0 | 4 | 36 | 71 | 65 | 22 | 44 |
| Binary | 1101101 | 1101001 | 1001100 | 0 | 100 | 11110 | 111001 | 110101 | 10010 | 100100 |
Color Harmonies of #6D694C
Complementary color
Monochromatic Colors of #6D694C
Black with #6D694C
Text Example
Text Example
White with #6D694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D694C; }
p { color: rgb(109,105,76); }
H1.HeaderClassName
{
color: #6D694C;
}
.AnyTagClassName
{
color: #6D694C;
}
</style>
background-color css
<style>
a { background-color: #6D694C; }
a { background-color: rgb(109,105,76); }
div.DivClassName
{
background-color: #6D694C;
}
.BgClassName
{
background-color: #6D694C;
}
</style>
border-color css
<style>
span { border-color: #6D694C; }
span { border-color: rgb(109,105,76); }
td.TdClassName
{
border-color: #6D694C;
}
.TagClassName
{
border-color: #6D694C;
}
</style>