Shades of Hemlock #6A6642
Tints of Hemlock #6A6642
RGB
CMYK
RGB Variations
Color information
#6A6642 (or 0x6A6642) is known color: Hemlock. HEX triplet: 6A, 66 and 42. RGB value is (106,102,66). Sum of RGB (Red+Green+Blue) = 106+102+66=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6642 is #9599BD. Grayscale: #636363. Windows color (decimal): -9804222 or 4351594. OLE color: 4351594.
HSL color Cylindrical-coordinate representation of color #6A6642: hue angle of 54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A6642 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 102 | 66 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.58 |
| HSL | 54º | 0.23% | 0.34% | - |
| HSV(B) | 54º | 0.38% | 0.42% | - |
| XYZ | 11.68 | 12.96 | 7.04 | - |
| YUV | 99.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 66 | 0 | 0.04 | 0.38 | 0.58 | 54 | 0.23 | 0.34 |
| Hex | 6A | 66 | 42 | 0 | 4 | 26 | 3A | 36 | 17 | 22 |
| Octal | 152 | 146 | 102 | 0 | 4 | 46 | 72 | 66 | 27 | 42 |
| Binary | 1101010 | 1100110 | 1000010 | 0 | 100 | 100110 | 111010 | 110110 | 10111 | 100010 |
Color Harmonies of #6A6642
Complementary color
Monochromatic Colors of #6A6642
Black with #6A6642
Text Example
Text Example
White with #6A6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6642; }
p { color: rgb(106,102,66); }
H1.HeaderClassName
{
color: #6A6642;
}
.AnyTagClassName
{
color: #6A6642;
}
</style>
background-color css
<style>
a { background-color: #6A6642; }
a { background-color: rgb(106,102,66); }
div.DivClassName
{
background-color: #6A6642;
}
.BgClassName
{
background-color: #6A6642;
}
</style>
border-color css
<style>
span { border-color: #6A6642; }
span { border-color: rgb(106,102,66); }
td.TdClassName
{
border-color: #6A6642;
}
.TagClassName
{
border-color: #6A6642;
}
</style>