Shades of Hemlock #666554
Tints of Hemlock #666554
RGB
CMYK
RGB Variations
Color information
#666554 (or 0x666554) is known color: Hemlock. HEX triplet: 66, 65 and 54. RGB value is (102,101,84). Sum of RGB (Red+Green+Blue) = 102+101+84=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #666554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666554 is #999AAB. Grayscale: #636363. Windows color (decimal): -10066604 or 5530982. OLE color: 5530982.
HSL color Cylindrical-coordinate representation of color #666554: hue angle of 56.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666554 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 84 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.6 |
| HSL | 56.67º | 0.1% | 0.36% | - |
| HSV(B) | 56.67º | 0.18% | 0.4% | - |
| XYZ | 11.73 | 12.77 | 10.23 | - |
| YUV | 99.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 84 | 0 | 0.01 | 0.18 | 0.6 | 56.67 | 0.1 | 0.36 |
| Hex | 66 | 65 | 54 | 0 | 1 | 12 | 3C | 39 | A | 24 |
| Octal | 146 | 145 | 124 | 0 | 1 | 22 | 74 | 71 | 12 | 44 |
| Binary | 1100110 | 1100101 | 1010100 | 0 | 1 | 10010 | 111100 | 111001 | 1010 | 100100 |
Color Harmonies of #666554
Complementary color
Monochromatic Colors of #666554
Black with #666554
Text Example
Text Example
White with #666554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666554; }
p { color: rgb(102,101,84); }
H1.HeaderClassName
{
color: #666554;
}
.AnyTagClassName
{
color: #666554;
}
</style>
background-color css
<style>
a { background-color: #666554; }
a { background-color: rgb(102,101,84); }
div.DivClassName
{
background-color: #666554;
}
.BgClassName
{
background-color: #666554;
}
</style>
border-color css
<style>
span { border-color: #666554; }
span { border-color: rgb(102,101,84); }
td.TdClassName
{
border-color: #666554;
}
.TagClassName
{
border-color: #666554;
}
</style>