Shades of Hemlock #666644
Tints of Hemlock #666644
RGB
CMYK
RGB Variations
Color information
#666644 (or 0x666644) is known color: Hemlock. HEX triplet: 66, 66 and 44. RGB value is (102,102,68). Sum of RGB (Red+Green+Blue) = 102+102+68=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666644 is #9999BB. Grayscale: #626262. Windows color (decimal): -10066364 or 4482662. OLE color: 4482662.
HSL color Cylindrical-coordinate representation of color #666644: hue angle of 60º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666644 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 68 | - |
| CMYK | 0 | 0 | 0.33 | 0.6 |
| HSL | 60º | 0.2% | 0.33% | - |
| HSV(B) | 60º | 0.33% | 0.4% | - |
| XYZ | 11.27 | 12.74 | 7.33 | - |
| YUV | 98.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 68 | 0 | 0 | 0.33 | 0.6 | 60 | 0.2 | 0.33 |
| Hex | 66 | 66 | 44 | 0 | 0 | 21 | 3C | 3C | 14 | 21 |
| Octal | 146 | 146 | 104 | 0 | 0 | 41 | 74 | 74 | 24 | 41 |
| Binary | 1100110 | 1100110 | 1000100 | 0 | 0 | 100001 | 111100 | 111100 | 10100 | 100001 |
Color Harmonies of #666644
Complementary color
Monochromatic Colors of #666644
Black with #666644
Text Example
Text Example
White with #666644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666644; }
p { color: rgb(102,102,68); }
H1.HeaderClassName
{
color: #666644;
}
.AnyTagClassName
{
color: #666644;
}
</style>
background-color css
<style>
a { background-color: #666644; }
a { background-color: rgb(102,102,68); }
div.DivClassName
{
background-color: #666644;
}
.BgClassName
{
background-color: #666644;
}
</style>
border-color css
<style>
span { border-color: #666644; }
span { border-color: rgb(102,102,68); }
td.TdClassName
{
border-color: #666644;
}
.TagClassName
{
border-color: #666644;
}
</style>