Shades of Hemlock #6D6D4A
Tints of Hemlock #6D6D4A
RGB
CMYK
RGB Variations
Color information
#6D6D4A (or 0x6D6D4A) is known color: Hemlock. HEX triplet: 6D, 6D and 4A. RGB value is (109,109,74). Sum of RGB (Red+Green+Blue) = 109+109+74=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6D4A is #9292B5. Grayscale: #696969. Windows color (decimal): -9605814 or 4877677. OLE color: 4877677.
HSL color Cylindrical-coordinate representation of color #6D6D4A: hue angle of 60º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D6D4A is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 74 | - |
| CMYK | 0 | 0 | 0.32 | 0.57 |
| HSL | 60º | 0.19% | 0.36% | - |
| HSV(B) | 60º | 0.32% | 0.43% | - |
| XYZ | 13.01 | 14.68 | 8.63 | - |
| YUV | 105.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 74 | 0 | 0 | 0.32 | 0.57 | 60 | 0.19 | 0.36 |
| Hex | 6D | 6D | 4A | 0 | 0 | 20 | 39 | 3C | 13 | 24 |
| Octal | 155 | 155 | 112 | 0 | 0 | 40 | 71 | 74 | 23 | 44 |
| Binary | 1101101 | 1101101 | 1001010 | 0 | 0 | 100000 | 111001 | 111100 | 10011 | 100100 |
Color Harmonies of #6D6D4A
Complementary color
Monochromatic Colors of #6D6D4A
Black with #6D6D4A
Text Example
Text Example
White with #6D6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D4A; }
p { color: rgb(109,109,74); }
H1.HeaderClassName
{
color: #6D6D4A;
}
.AnyTagClassName
{
color: #6D6D4A;
}
</style>
background-color css
<style>
a { background-color: #6D6D4A; }
a { background-color: rgb(109,109,74); }
div.DivClassName
{
background-color: #6D6D4A;
}
.BgClassName
{
background-color: #6D6D4A;
}
</style>
border-color css
<style>
span { border-color: #6D6D4A; }
span { border-color: rgb(109,109,74); }
td.TdClassName
{
border-color: #6D6D4A;
}
.TagClassName
{
border-color: #6D6D4A;
}
</style>