Shades of Hemlock #66674E
Tints of Hemlock #66674E
RGB
CMYK
RGB Variations
Color information
#66674E (or 0x66674E) is known color: Hemlock. HEX triplet: 66, 67 and 4E. RGB value is (102,103,78). Sum of RGB (Red+Green+Blue) = 102+103+78=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #66674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66674E is #9998B1. Grayscale: #636363. Windows color (decimal): -10066098 or 5138278. OLE color: 5138278.
HSL color Cylindrical-coordinate representation of color #66674E: hue angle of 62.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66674E is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 78 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.60 |
| HSL | 62.4º | 0.14% | 0.35% | - |
| HSV(B) | 62.4º | 0.24% | 0.4% | - |
| XYZ | 11.7 | 13.08 | 9.11 | - |
| YUV | 99.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 78 | 0.01 | 0 | 0.24 | 0.60 | 62.4 | 0.14 | 0.35 |
| Hex | 66 | 67 | 4E | 1 | 0 | 18 | 3C | 3E | E | 23 |
| Octal | 146 | 147 | 116 | 1 | 0 | 30 | 74 | 76 | 16 | 43 |
| Binary | 1100110 | 1100111 | 1001110 | 1 | 0 | 11000 | 111100 | 111110 | 1110 | 100011 |
Color Harmonies of #66674E
Complementary color
Monochromatic Colors of #66674E
Black with #66674E
Text Example
Text Example
White with #66674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66674E; }
p { color: rgb(102,103,78); }
H1.HeaderClassName
{
color: #66674E;
}
.AnyTagClassName
{
color: #66674E;
}
</style>
background-color css
<style>
a { background-color: #66674E; }
a { background-color: rgb(102,103,78); }
div.DivClassName
{
background-color: #66674E;
}
.BgClassName
{
background-color: #66674E;
}
</style>
border-color css
<style>
span { border-color: #66674E; }
span { border-color: rgb(102,103,78); }
td.TdClassName
{
border-color: #66674E;
}
.TagClassName
{
border-color: #66674E;
}
</style>