Shades of Hemlock #6A6C42
Tints of Hemlock #6A6C42
RGB
CMYK
RGB Variations
Color information
#6A6C42 (or 0x6A6C42) is known color: Hemlock. HEX triplet: 6A, 6C and 42. RGB value is (106,108,66). Sum of RGB (Red+Green+Blue) = 106+108+66=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #6A6C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6C42 is #9593BD. Grayscale: #666666. Windows color (decimal): -9802686 or 4353130. OLE color: 4353130.
HSL color Cylindrical-coordinate representation of color #6A6C42: hue angle of 62.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A6C42 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 108 | 66 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.58 |
| HSL | 62.86º | 0.24% | 0.34% | - |
| HSV(B) | 62.86º | 0.39% | 0.42% | - |
| XYZ | 12.29 | 14.18 | 7.24 | - |
| YUV | 102.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 66 | 0.02 | 0 | 0.39 | 0.58 | 62.86 | 0.24 | 0.34 |
| Hex | 6A | 6C | 42 | 2 | 0 | 27 | 3A | 3F | 18 | 22 |
| Octal | 152 | 154 | 102 | 2 | 0 | 47 | 72 | 77 | 30 | 42 |
| Binary | 1101010 | 1101100 | 1000010 | 10 | 0 | 100111 | 111010 | 111111 | 11000 | 100010 |
Color Harmonies of #6A6C42
Complementary color
Monochromatic Colors of #6A6C42
Black with #6A6C42
Text Example
Text Example
White with #6A6C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6C42; }
p { color: rgb(106,108,66); }
H1.HeaderClassName
{
color: #6A6C42;
}
.AnyTagClassName
{
color: #6A6C42;
}
</style>
background-color css
<style>
a { background-color: #6A6C42; }
a { background-color: rgb(106,108,66); }
div.DivClassName
{
background-color: #6A6C42;
}
.BgClassName
{
background-color: #6A6C42;
}
</style>
border-color css
<style>
span { border-color: #6A6C42; }
span { border-color: rgb(106,108,66); }
td.TdClassName
{
border-color: #6A6C42;
}
.TagClassName
{
border-color: #6A6C42;
}
</style>