Shades of Hemlock #66644B
Tints of Hemlock #66644B
RGB
CMYK
RGB Variations
Color information
#66644B (or 0x66644B) is known color: Hemlock. HEX triplet: 66, 64 and 4B. RGB value is (102,100,75). Sum of RGB (Red+Green+Blue) = 102+100+75=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66644B is #999BB4. Grayscale: #616161. Windows color (decimal): -10066869 or 4940902. OLE color: 4940902.
HSL color Cylindrical-coordinate representation of color #66644B: hue angle of 55.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66644B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 75 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.6 |
| HSL | 55.56º | 0.15% | 0.35% | - |
| HSV(B) | 55.56º | 0.26% | 0.4% | - |
| XYZ | 11.31 | 12.45 | 8.46 | - |
| YUV | 97.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 75 | 0 | 0.02 | 0.26 | 0.6 | 55.56 | 0.15 | 0.35 |
| Hex | 66 | 64 | 4B | 0 | 2 | 1A | 3C | 38 | F | 23 |
| Octal | 146 | 144 | 113 | 0 | 2 | 32 | 74 | 70 | 17 | 43 |
| Binary | 1100110 | 1100100 | 1001011 | 0 | 10 | 11010 | 111100 | 111000 | 1111 | 100011 |
Color Harmonies of #66644B
Complementary color
Monochromatic Colors of #66644B
Black with #66644B
Text Example
Text Example
White with #66644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66644B; }
p { color: rgb(102,100,75); }
H1.HeaderClassName
{
color: #66644B;
}
.AnyTagClassName
{
color: #66644B;
}
</style>
background-color css
<style>
a { background-color: #66644B; }
a { background-color: rgb(102,100,75); }
div.DivClassName
{
background-color: #66644B;
}
.BgClassName
{
background-color: #66644B;
}
</style>
border-color css
<style>
span { border-color: #66644B; }
span { border-color: rgb(102,100,75); }
td.TdClassName
{
border-color: #66644B;
}
.TagClassName
{
border-color: #66644B;
}
</style>