Shades of Hemlock #666247
Tints of Hemlock #666247
RGB
CMYK
RGB Variations
Color information
#666247 (or 0x666247) is known color: Hemlock. HEX triplet: 66, 62 and 47. RGB value is (102,98,71). Sum of RGB (Red+Green+Blue) = 102+98+71=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #666247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666247 is #999DB8. Grayscale: #606060. Windows color (decimal): -10067385 or 4678246. OLE color: 4678246.
HSL color Cylindrical-coordinate representation of color #666247: hue angle of 52.26º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666247 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 71 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.6 |
| HSL | 52.26º | 0.18% | 0.34% | - |
| HSV(B) | 52.26º | 0.3% | 0.4% | - |
| XYZ | 10.98 | 12.02 | 7.7 | - |
| YUV | 96.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 71 | 0 | 0.04 | 0.30 | 0.6 | 52.26 | 0.18 | 0.34 |
| Hex | 66 | 62 | 47 | 0 | 4 | 1E | 3C | 34 | 12 | 22 |
| Octal | 146 | 142 | 107 | 0 | 4 | 36 | 74 | 64 | 22 | 42 |
| Binary | 1100110 | 1100010 | 1000111 | 0 | 100 | 11110 | 111100 | 110100 | 10010 | 100010 |
Color Harmonies of #666247
Complementary color
Monochromatic Colors of #666247
Black with #666247
Text Example
Text Example
White with #666247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666247; }
p { color: rgb(102,98,71); }
H1.HeaderClassName
{
color: #666247;
}
.AnyTagClassName
{
color: #666247;
}
</style>
background-color css
<style>
a { background-color: #666247; }
a { background-color: rgb(102,98,71); }
div.DivClassName
{
background-color: #666247;
}
.BgClassName
{
background-color: #666247;
}
</style>
border-color css
<style>
span { border-color: #666247; }
span { border-color: rgb(102,98,71); }
td.TdClassName
{
border-color: #666247;
}
.TagClassName
{
border-color: #666247;
}
</style>