Shades of Hemlock #66624C
Tints of Hemlock #66624C
RGB
CMYK
RGB Variations
Color information
#66624C (or 0x66624C) is known color: Hemlock. HEX triplet: 66, 62 and 4C. RGB value is (102,98,76). Sum of RGB (Red+Green+Blue) = 102+98+76=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66624C is #999DB3. Grayscale: #606060. Windows color (decimal): -10067380 or 5005926. OLE color: 5005926.
HSL color Cylindrical-coordinate representation of color #66624C: hue angle of 50.77º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66624C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 76 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.6 |
| HSL | 50.77º | 0.15% | 0.35% | - |
| HSV(B) | 50.77º | 0.25% | 0.4% | - |
| XYZ | 11.15 | 12.08 | 8.58 | - |
| YUV | 96.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 76 | 0 | 0.04 | 0.25 | 0.6 | 50.77 | 0.15 | 0.35 |
| Hex | 66 | 62 | 4C | 0 | 4 | 19 | 3C | 33 | F | 23 |
| Octal | 146 | 142 | 114 | 0 | 4 | 31 | 74 | 63 | 17 | 43 |
| Binary | 1100110 | 1100010 | 1001100 | 0 | 100 | 11001 | 111100 | 110011 | 1111 | 100011 |
Color Harmonies of #66624C
Complementary color
Monochromatic Colors of #66624C
Black with #66624C
Text Example
Text Example
White with #66624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66624C; }
p { color: rgb(102,98,76); }
H1.HeaderClassName
{
color: #66624C;
}
.AnyTagClassName
{
color: #66624C;
}
</style>
background-color css
<style>
a { background-color: #66624C; }
a { background-color: rgb(102,98,76); }
div.DivClassName
{
background-color: #66624C;
}
.BgClassName
{
background-color: #66624C;
}
</style>
border-color css
<style>
span { border-color: #66624C; }
span { border-color: rgb(102,98,76); }
td.TdClassName
{
border-color: #66624C;
}
.TagClassName
{
border-color: #66624C;
}
</style>