Shades of Hemlock #66664A
Tints of Hemlock #66664A
RGB
CMYK
RGB Variations
Color information
#66664A (or 0x66664A) is known color: Hemlock. HEX triplet: 66, 66 and 4A. RGB value is (102,102,74). Sum of RGB (Red+Green+Blue) = 102+102+74=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66664A is #9999B5. Grayscale: #626262. Windows color (decimal): -10066358 or 4875878. OLE color: 4875878.
HSL color Cylindrical-coordinate representation of color #66664A: hue angle of 60º 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 #66664A is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 74 | - |
| CMYK | 0 | 0 | 0.27 | 0.6 |
| HSL | 60º | 0.16% | 0.35% | - |
| HSV(B) | 60º | 0.27% | 0.4% | - |
| XYZ | 11.47 | 12.82 | 8.35 | - |
| YUV | 98.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 74 | 0 | 0 | 0.27 | 0.6 | 60 | 0.16 | 0.35 |
| Hex | 66 | 66 | 4A | 0 | 0 | 1B | 3C | 3C | 10 | 23 |
| Octal | 146 | 146 | 112 | 0 | 0 | 33 | 74 | 74 | 20 | 43 |
| Binary | 1100110 | 1100110 | 1001010 | 0 | 0 | 11011 | 111100 | 111100 | 10000 | 100011 |
Color Harmonies of #66664A
Complementary color
Monochromatic Colors of #66664A
Black with #66664A
Text Example
Text Example
White with #66664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66664A; }
p { color: rgb(102,102,74); }
H1.HeaderClassName
{
color: #66664A;
}
.AnyTagClassName
{
color: #66664A;
}
</style>
background-color css
<style>
a { background-color: #66664A; }
a { background-color: rgb(102,102,74); }
div.DivClassName
{
background-color: #66664A;
}
.BgClassName
{
background-color: #66664A;
}
</style>
border-color css
<style>
span { border-color: #66664A; }
span { border-color: rgb(102,102,74); }
td.TdClassName
{
border-color: #66664A;
}
.TagClassName
{
border-color: #66664A;
}
</style>