Shades of Hemlock #666745
Tints of Hemlock #666745
RGB
CMYK
RGB Variations
Color information
#666745 (or 0x666745) is known color: Hemlock. HEX triplet: 66, 67 and 45. RGB value is (102,103,69). Sum of RGB (Red+Green+Blue) = 102+103+69=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #666745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666745 is #9998BA. Grayscale: #626262. Windows color (decimal): -10066107 or 4548454. OLE color: 4548454.
HSL color Cylindrical-coordinate representation of color #666745: hue angle of 61.76º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666745 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 69 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.60 |
| HSL | 61.76º | 0.2% | 0.34% | - |
| HSV(B) | 61.76º | 0.33% | 0.4% | - |
| XYZ | 11.4 | 12.95 | 7.53 | - |
| YUV | 98.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 69 | 0.01 | 0 | 0.33 | 0.60 | 61.76 | 0.2 | 0.34 |
| Hex | 66 | 67 | 45 | 1 | 0 | 21 | 3C | 3E | 14 | 22 |
| Octal | 146 | 147 | 105 | 1 | 0 | 41 | 74 | 76 | 24 | 42 |
| Binary | 1100110 | 1100111 | 1000101 | 1 | 0 | 100001 | 111100 | 111110 | 10100 | 100010 |
Color Harmonies of #666745
Complementary color
Monochromatic Colors of #666745
Black with #666745
Text Example
Text Example
White with #666745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666745; }
p { color: rgb(102,103,69); }
H1.HeaderClassName
{
color: #666745;
}
.AnyTagClassName
{
color: #666745;
}
</style>
background-color css
<style>
a { background-color: #666745; }
a { background-color: rgb(102,103,69); }
div.DivClassName
{
background-color: #666745;
}
.BgClassName
{
background-color: #666745;
}
</style>
border-color css
<style>
span { border-color: #666745; }
span { border-color: rgb(102,103,69); }
td.TdClassName
{
border-color: #666745;
}
.TagClassName
{
border-color: #666745;
}
</style>