Shades of Hemlock #666650
Tints of Hemlock #666650
RGB
CMYK
RGB Variations
Color information
#666650 (or 0x666650) is known color: Hemlock. HEX triplet: 66, 66 and 50. RGB value is (102,102,80). Sum of RGB (Red+Green+Blue) = 102+102+80=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666650 is #9999AF. Grayscale: #636363. Windows color (decimal): -10066352 or 5269094. OLE color: 5269094.
HSL color Cylindrical-coordinate representation of color #666650: hue angle of 60º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666650 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 80 | - |
| CMYK | 0 | 0 | 0.22 | 0.6 |
| HSL | 60º | 0.12% | 0.36% | - |
| HSV(B) | 60º | 0.22% | 0.4% | - |
| XYZ | 11.68 | 12.91 | 9.47 | - |
| YUV | 99.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 80 | 0 | 0 | 0.22 | 0.6 | 60 | 0.12 | 0.36 |
| Hex | 66 | 66 | 50 | 0 | 0 | 16 | 3C | 3C | C | 24 |
| Octal | 146 | 146 | 120 | 0 | 0 | 26 | 74 | 74 | 14 | 44 |
| Binary | 1100110 | 1100110 | 1010000 | 0 | 0 | 10110 | 111100 | 111100 | 1100 | 100100 |
Color Harmonies of #666650
Complementary color
Monochromatic Colors of #666650
Black with #666650
Text Example
Text Example
White with #666650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666650; }
p { color: rgb(102,102,80); }
H1.HeaderClassName
{
color: #666650;
}
.AnyTagClassName
{
color: #666650;
}
</style>
background-color css
<style>
a { background-color: #666650; }
a { background-color: rgb(102,102,80); }
div.DivClassName
{
background-color: #666650;
}
.BgClassName
{
background-color: #666650;
}
</style>
border-color css
<style>
span { border-color: #666650; }
span { border-color: rgb(102,102,80); }
td.TdClassName
{
border-color: #666650;
}
.TagClassName
{
border-color: #666650;
}
</style>