Shades of Hemlock #6A6B47
Tints of Hemlock #6A6B47
RGB
CMYK
RGB Variations
Color information
#6A6B47 (or 0x6A6B47) is known color: Hemlock. HEX triplet: 6A, 6B and 47. RGB value is (106,107,71). Sum of RGB (Red+Green+Blue) = 106+107+71=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B47 is #9594B8. Grayscale: #666666. Windows color (decimal): -9802937 or 4680554. OLE color: 4680554.
HSL color Cylindrical-coordinate representation of color #6A6B47: hue angle of 61.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A6B47 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 71 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.58 |
| HSL | 61.67º | 0.2% | 0.35% | - |
| HSV(B) | 61.67º | 0.34% | 0.42% | - |
| XYZ | 12.34 | 14.03 | 8.02 | - |
| YUV | 102.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 71 | 0.01 | 0 | 0.34 | 0.58 | 61.67 | 0.2 | 0.35 |
| Hex | 6A | 6B | 47 | 1 | 0 | 22 | 3A | 3E | 14 | 23 |
| Octal | 152 | 153 | 107 | 1 | 0 | 42 | 72 | 76 | 24 | 43 |
| Binary | 1101010 | 1101011 | 1000111 | 1 | 0 | 100010 | 111010 | 111110 | 10100 | 100011 |
Color Harmonies of #6A6B47
Complementary color
Monochromatic Colors of #6A6B47
Black with #6A6B47
Text Example
Text Example
White with #6A6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B47; }
p { color: rgb(106,107,71); }
H1.HeaderClassName
{
color: #6A6B47;
}
.AnyTagClassName
{
color: #6A6B47;
}
</style>
background-color css
<style>
a { background-color: #6A6B47; }
a { background-color: rgb(106,107,71); }
div.DivClassName
{
background-color: #6A6B47;
}
.BgClassName
{
background-color: #6A6B47;
}
</style>
border-color css
<style>
span { border-color: #6A6B47; }
span { border-color: rgb(106,107,71); }
td.TdClassName
{
border-color: #6A6B47;
}
.TagClassName
{
border-color: #6A6B47;
}
</style>