Shades of Hemlock #666547
Tints of Hemlock #666547
RGB
CMYK
RGB Variations
Color information
#666547 (or 0x666547) is known color: Hemlock. HEX triplet: 66, 65 and 47. RGB value is (102,101,71). Sum of RGB (Red+Green+Blue) = 102+101+71=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #666547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666547 is #999AB8. Grayscale: #626262. Windows color (decimal): -10066617 or 4679014. OLE color: 4679014.
HSL color Cylindrical-coordinate representation of color #666547: hue angle of 58.06º 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 #666547 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 71 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.6 |
| HSL | 58.06º | 0.18% | 0.34% | - |
| HSV(B) | 58.06º | 0.3% | 0.4% | - |
| XYZ | 11.27 | 12.59 | 7.8 | - |
| YUV | 97.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 71 | 0 | 0.01 | 0.30 | 0.6 | 58.06 | 0.18 | 0.34 |
| Hex | 66 | 65 | 47 | 0 | 1 | 1E | 3C | 3A | 12 | 22 |
| Octal | 146 | 145 | 107 | 0 | 1 | 36 | 74 | 72 | 22 | 42 |
| Binary | 1100110 | 1100101 | 1000111 | 0 | 1 | 11110 | 111100 | 111010 | 10010 | 100010 |
Color Harmonies of #666547
Complementary color
Monochromatic Colors of #666547
Black with #666547
Text Example
Text Example
White with #666547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666547; }
p { color: rgb(102,101,71); }
H1.HeaderClassName
{
color: #666547;
}
.AnyTagClassName
{
color: #666547;
}
</style>
background-color css
<style>
a { background-color: #666547; }
a { background-color: rgb(102,101,71); }
div.DivClassName
{
background-color: #666547;
}
.BgClassName
{
background-color: #666547;
}
</style>
border-color css
<style>
span { border-color: #666547; }
span { border-color: rgb(102,101,71); }
td.TdClassName
{
border-color: #666547;
}
.TagClassName
{
border-color: #666547;
}
</style>