Shades of Hemlock #66654F
Tints of Hemlock #66654F
RGB
CMYK
RGB Variations
Color information
#66654F (or 0x66654F) is known color: Hemlock. HEX triplet: 66, 65 and 4F. RGB value is (102,101,79). Sum of RGB (Red+Green+Blue) = 102+101+79=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66654F is #999AB0. Grayscale: #626262. Windows color (decimal): -10066609 or 5203302. OLE color: 5203302.
HSL color Cylindrical-coordinate representation of color #66654F: hue angle of 57.39º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66654F is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 79 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.6 |
| HSL | 57.39º | 0.13% | 0.35% | - |
| HSV(B) | 57.39º | 0.23% | 0.4% | - |
| XYZ | 11.54 | 12.7 | 9.24 | - |
| YUV | 98.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 79 | 0 | 0.01 | 0.23 | 0.6 | 57.39 | 0.13 | 0.35 |
| Hex | 66 | 65 | 4F | 0 | 1 | 17 | 3C | 39 | D | 23 |
| Octal | 146 | 145 | 117 | 0 | 1 | 27 | 74 | 71 | 15 | 43 |
| Binary | 1100110 | 1100101 | 1001111 | 0 | 1 | 10111 | 111100 | 111001 | 1101 | 100011 |
Color Harmonies of #66654F
Complementary color
Monochromatic Colors of #66654F
Black with #66654F
Text Example
Text Example
White with #66654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66654F; }
p { color: rgb(102,101,79); }
H1.HeaderClassName
{
color: #66654F;
}
.AnyTagClassName
{
color: #66654F;
}
</style>
background-color css
<style>
a { background-color: #66654F; }
a { background-color: rgb(102,101,79); }
div.DivClassName
{
background-color: #66654F;
}
.BgClassName
{
background-color: #66654F;
}
</style>
border-color css
<style>
span { border-color: #66654F; }
span { border-color: rgb(102,101,79); }
td.TdClassName
{
border-color: #66654F;
}
.TagClassName
{
border-color: #66654F;
}
</style>