Shades of Hemlock #666742
Tints of Hemlock #666742
RGB
CMYK
RGB Variations
Color information
#666742 (or 0x666742) is known color: Hemlock. HEX triplet: 66, 67 and 42. RGB value is (102,103,66). Sum of RGB (Red+Green+Blue) = 102+103+66=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #666742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666742 is #9998BD. Grayscale: #626262. Windows color (decimal): -10066110 or 4351846. OLE color: 4351846.
HSL color Cylindrical-coordinate representation of color #666742: hue angle of 61.62º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666742 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 66 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.60 |
| HSL | 61.62º | 0.22% | 0.33% | - |
| HSV(B) | 61.62º | 0.36% | 0.4% | - |
| XYZ | 11.31 | 12.92 | 7.05 | - |
| YUV | 98.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 66 | 0.01 | 0 | 0.36 | 0.60 | 61.62 | 0.22 | 0.33 |
| Hex | 66 | 67 | 42 | 1 | 0 | 24 | 3C | 3E | 16 | 21 |
| Octal | 146 | 147 | 102 | 1 | 0 | 44 | 74 | 76 | 26 | 41 |
| Binary | 1100110 | 1100111 | 1000010 | 1 | 0 | 100100 | 111100 | 111110 | 10110 | 100001 |
Color Harmonies of #666742
Complementary color
Monochromatic Colors of #666742
Black with #666742
Text Example
Text Example
White with #666742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666742; }
p { color: rgb(102,103,66); }
H1.HeaderClassName
{
color: #666742;
}
.AnyTagClassName
{
color: #666742;
}
</style>
background-color css
<style>
a { background-color: #666742; }
a { background-color: rgb(102,103,66); }
div.DivClassName
{
background-color: #666742;
}
.BgClassName
{
background-color: #666742;
}
</style>
border-color css
<style>
span { border-color: #666742; }
span { border-color: rgb(102,103,66); }
td.TdClassName
{
border-color: #666742;
}
.TagClassName
{
border-color: #666742;
}
</style>