Shades of Hemlock #66644A
Tints of Hemlock #66644A
RGB
CMYK
RGB Variations
Color information
#66644A (or 0x66644A) is known color: Hemlock. HEX triplet: 66, 64 and 4A. RGB value is (102,100,74). Sum of RGB (Red+Green+Blue) = 102+100+74=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66644A is #999BB5. Grayscale: #616161. Windows color (decimal): -10066870 or 4875366. OLE color: 4875366.
HSL color Cylindrical-coordinate representation of color #66644A: hue angle of 55.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66644A is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 74 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.6 |
| HSL | 55.71º | 0.16% | 0.35% | - |
| HSV(B) | 55.71º | 0.27% | 0.4% | - |
| XYZ | 11.27 | 12.43 | 8.28 | - |
| YUV | 97.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 74 | 0 | 0.02 | 0.27 | 0.6 | 55.71 | 0.16 | 0.35 |
| Hex | 66 | 64 | 4A | 0 | 2 | 1B | 3C | 38 | 10 | 23 |
| Octal | 146 | 144 | 112 | 0 | 2 | 33 | 74 | 70 | 20 | 43 |
| Binary | 1100110 | 1100100 | 1001010 | 0 | 10 | 11011 | 111100 | 111000 | 10000 | 100011 |
Color Harmonies of #66644A
Complementary color
Monochromatic Colors of #66644A
Black with #66644A
Text Example
Text Example
White with #66644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66644A; }
p { color: rgb(102,100,74); }
H1.HeaderClassName
{
color: #66644A;
}
.AnyTagClassName
{
color: #66644A;
}
</style>
background-color css
<style>
a { background-color: #66644A; }
a { background-color: rgb(102,100,74); }
div.DivClassName
{
background-color: #66644A;
}
.BgClassName
{
background-color: #66644A;
}
</style>
border-color css
<style>
span { border-color: #66644A; }
span { border-color: rgb(102,100,74); }
td.TdClassName
{
border-color: #66644A;
}
.TagClassName
{
border-color: #66644A;
}
</style>