Shades of Hemlock #666749
Tints of Hemlock #666749
RGB
CMYK
RGB Variations
Color information
#666749 (or 0x666749) is known color: Hemlock. HEX triplet: 66, 67 and 49. RGB value is (102,103,73). Sum of RGB (Red+Green+Blue) = 102+103+73=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #666749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666749 is #9998B6. Grayscale: #636363. Windows color (decimal): -10066103 or 4810598. OLE color: 4810598.
HSL color Cylindrical-coordinate representation of color #666749: hue angle of 62º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666749 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 73 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.60 |
| HSL | 62º | 0.17% | 0.35% | - |
| HSV(B) | 62º | 0.29% | 0.4% | - |
| XYZ | 11.53 | 13.01 | 8.21 | - |
| YUV | 99.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 73 | 0.01 | 0 | 0.29 | 0.60 | 62 | 0.17 | 0.35 |
| Hex | 66 | 67 | 49 | 1 | 0 | 1D | 3C | 3E | 11 | 23 |
| Octal | 146 | 147 | 111 | 1 | 0 | 35 | 74 | 76 | 21 | 43 |
| Binary | 1100110 | 1100111 | 1001001 | 1 | 0 | 11101 | 111100 | 111110 | 10001 | 100011 |
Color Harmonies of #666749
Complementary color
Monochromatic Colors of #666749
Black with #666749
Text Example
Text Example
White with #666749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666749; }
p { color: rgb(102,103,73); }
H1.HeaderClassName
{
color: #666749;
}
.AnyTagClassName
{
color: #666749;
}
</style>
background-color css
<style>
a { background-color: #666749; }
a { background-color: rgb(102,103,73); }
div.DivClassName
{
background-color: #666749;
}
.BgClassName
{
background-color: #666749;
}
</style>
border-color css
<style>
span { border-color: #666749; }
span { border-color: rgb(102,103,73); }
td.TdClassName
{
border-color: #666749;
}
.TagClassName
{
border-color: #666749;
}
</style>