Shades of Hemlock #66654C
Tints of Hemlock #66654C
RGB
CMYK
RGB Variations
Color information
#66654C (or 0x66654C) is known color: Hemlock. HEX triplet: 66, 65 and 4C. RGB value is (102,101,76). Sum of RGB (Red+Green+Blue) = 102+101+76=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66654C is #999AB3. Grayscale: #626262. Windows color (decimal): -10066612 or 5006694. OLE color: 5006694.
HSL color Cylindrical-coordinate representation of color #66654C: hue angle of 57.69º 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 #66654C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 76 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.6 |
| HSL | 57.69º | 0.15% | 0.35% | - |
| HSV(B) | 57.69º | 0.25% | 0.4% | - |
| XYZ | 11.44 | 12.65 | 8.68 | - |
| YUV | 98.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 76 | 0 | 0.01 | 0.25 | 0.6 | 57.69 | 0.15 | 0.35 |
| Hex | 66 | 65 | 4C | 0 | 1 | 19 | 3C | 3A | F | 23 |
| Octal | 146 | 145 | 114 | 0 | 1 | 31 | 74 | 72 | 17 | 43 |
| Binary | 1100110 | 1100101 | 1001100 | 0 | 1 | 11001 | 111100 | 111010 | 1111 | 100011 |
Color Harmonies of #66654C
Complementary color
Monochromatic Colors of #66654C
Black with #66654C
Text Example
Text Example
White with #66654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66654C; }
p { color: rgb(102,101,76); }
H1.HeaderClassName
{
color: #66654C;
}
.AnyTagClassName
{
color: #66654C;
}
</style>
background-color css
<style>
a { background-color: #66654C; }
a { background-color: rgb(102,101,76); }
div.DivClassName
{
background-color: #66654C;
}
.BgClassName
{
background-color: #66654C;
}
</style>
border-color css
<style>
span { border-color: #66654C; }
span { border-color: rgb(102,101,76); }
td.TdClassName
{
border-color: #66654C;
}
.TagClassName
{
border-color: #66654C;
}
</style>